Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
fix: npm reset before publish

change `npm run reset` to `npm run reset` to make sure all the dependencies are installed before the publish is executed.
  • Loading branch information
mauroerta authored Jun 2, 2021
1 parent e238741 commit 0b98dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "jest --updateSnapshot",
"test:watch": "jest --watch --updateSnapshot",
"test:coverage": "jest --coverage --updateSnapshot",
"publish": "npm run build && npx lerna publish from-package --yes",
"publish": "npm run reset && npx lerna publish from-package --yes",
"version": "npx lerna version patch --no-push --no-git-tag-version --conventional-commits"
},
"dependencies": {
Expand Down

0 comments on commit 0b98dfd

Please sign in to comment.