Skip to content

Commit

Permalink
adjust build script
Browse files Browse the repository at this point in the history
(ignore)
  • Loading branch information
flybayer committed Apr 15, 2021
1 parent ea26d8e commit 92b90ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"prepack": "scripts/prepack.sh",
"postpublish": "rimraf packages/blitz/README.md && git checkout packages/core/package.json && git checkout nextjs/packages/next/package.json",
"publish-local": "yarn workspaces run yalc publish",
"publish-canary": "yarn run publish-prep && lerna publish --no-private --force-publish --ignore-prepublish --preid canary --pre-dist-tag canary && manypkg fix && git add . && git commit -m 'bump recipe/example versions' --no-verify && git push",
"publish-latest": "yarn run publish-prep && lerna publish --no-private --force-publish --ignore-prepublish && manypkg fix && git add . && git commit -m 'bump recipe/example versions' --no-verify && git push",
"publish-canary": "yarn run publish-prep && lerna publish --no-private --force-publish --preid canary --pre-dist-tag canary && manypkg fix && git add . && git commit -m 'bump recipe/example versions' --no-verify && git push",
"publish-latest": "yarn run publish-prep && lerna publish --no-private --force-publish && manypkg fix && git add . && git commit -m 'bump recipe/example versions' --no-verify && git push",
"publish-danger": "lerna publish --canary --pre-dist-tag danger --preid danger.$(git rev-parse --short HEAD) --allow-branch * --force-publish --no-private --ignore-prepublish",
"pull-nextjs": "git subrepo pull nextjs -v",
"push-nextjs": "git subrepo push nextjs -v"
Expand Down

0 comments on commit 92b90ee

Please sign in to comment.