Initial commit
This commit is contained in:
commit
5a3bf52ebb
86 changed files with 2639 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "TestGatsbySanity",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"build": "lerna run build --parallel",
|
||||
"dev": "lerna run dev --parallel",
|
||||
"format": "lerna run format",
|
||||
"build-studio": "(cd studio && npm run build)",
|
||||
"build-web": "(cd studio && SANITY_AUTH_TOKEN=$SANITY_DEPLOY_STUDIO_TOKEN npm run graphql-deploy) && (cd web && npm run build)",
|
||||
"graphql-deploy": "lerna run graphql-deploy",
|
||||
"lint": "lerna run lint",
|
||||
"postinstall": "lerna bootstrap",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sanity/cli": "^0.140.17",
|
||||
"lerna": "^3.13.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue