Skip to content

Commit

Permalink
chore: remove broken postversion in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 9, 2022
1 parent 72305e4 commit 21ce2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"scripts": {
"prerelease": "npm test && npm run integration",
"release": "env-cmd lerna version",
"postversion": "lerna publish from-git",
"ci": "npm test -- --ci --maxWorkers=2 && npm run integration -- --ci",
"ci:test:unit": "jest --config jest.config.js --maxWorkers=2 --ci",
"ci:test:integration": "jest --config jest.integration.js --maxWorkers=2 --ci",
Expand Down

0 comments on commit 21ce2bf

Please sign in to comment.