1
0
Fork 0

fix(sanity): Keep target out of build script

This commit is contained in:
Joost De Cock 2022-10-22 09:33:37 +02:00
parent d1f9fdfcf6
commit ba3250e6ba

View file

@ -9,7 +9,7 @@
"scripts": {
"start": "sanity start",
"test": "sanity check",
"build": "sanity build public -y"
"build": "sanity build -y"
},
"keywords": [
"sanity"