Skip to content

Commit

Permalink
ci(vercel): skip typescript when building for vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 16, 2021
1 parent 735b50c commit a39c60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,6 +8,7 @@
"rebuild": "gulp build",
"build": "gulp clean && gulp build && npm run package",
"build:cli": "lerna run --scope '@sanity/{cli,core,export,import,mutator,resolver,server,util,webpack-loader}' build",
"build:js": "gulp js",
"clean": "gulp clean && lerna clean",
"publish": "npm run build && lerna publish --exact",
"publish-canary": "RELEASE_TAG=canary npm run publish-tag",
Expand Down Expand Up @@ -50,7 +51,7 @@
"lint-next": "npm run eslint -- `git diff --name-only next --diff-filter ACMRTUXB`",
"verify-format": "lerna run clean && npm run prettier -- -c",
"postinstall": "npm run bootstrap",
"vercel-build": "npm run build && cd examples/test-studio && npm run build -- -y",
"vercel-build": "npm run build:js && cd examples/test-studio && npm run build -- -y",
"type-check": "tsc -b ./packages --force",
"cypress:open": "cypress open --config-file cypress/cypress.json",
"cypress:run": "cypress run --config-file cypress/cypress.json"
Expand Down

0 comments on commit a39c60c

Please sign in to comment.