fix(sanity): Keep target out of build script
This commit is contained in:
parent
d1f9fdfcf6
commit
ba3250e6ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "sanity start",
|
"start": "sanity start",
|
||||||
"test": "sanity check",
|
"test": "sanity check",
|
||||||
"build": "sanity build public -y"
|
"build": "sanity build -y"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sanity"
|
"sanity"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue