Skip to content

Commit

Permalink
chore: update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 25, 2021
1 parent b476b3a commit 563c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"test:next": "jest packages/next",
"test:watch": "jest --watch",
"test:prod": "jest --coverage --silent",
"preversion": "npm run build && npm run lint && npm run test",
"preversion": "yarn install --ignore-engines && npm run build && npm run lint && npm run test",
"version": "ts-node scripts/release changelog && git add -A",
"publish:note": "ts-node scripts/release release",
"version:alpha": "lerna version prerelease --preid alpha && npm run publish:note",
Expand Down

0 comments on commit 563c9fe

Please sign in to comment.