Skip to content

Commit

Permalink
test: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 25, 2021
1 parent 77c1703 commit 288a877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"test:next": "jest packages/next",
"test:watch": "jest --watch",
"test:prod": "jest --coverage --silent",
"preversion": "yarn install --ignore-engines && npm run build && npm run lint && npm run test",
"preversion": "yarn install --ignore-engines && git add -A && npm run build && npm run lint && npm run test",
"version:alpha": "lerna version prerelease --preid alpha",
"version:beta": "lerna version prerelease --preid beta",
"version:rc": "lerna version prerelease --preid rc",
Expand Down

0 comments on commit 288a877

Please sign in to comment.