Skip to content

Commit

Permalink
revert update new-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Dec 27, 2022
1 parent 690dc03 commit 91a195c
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 @@ -14,7 +14,7 @@
"postinstall": "cd packages/ethers-lib; hardhat compile",
"prettier": "lerna run prettier --npm-client=npm",
"diff": "lerna diff",
"new-version": "lerna version --no-push --conventional-commits --yes",
"new-version": "lerna version --no-git-tag-version --no-push --conventional-commits --yes",
"lint": "eslint -c .eslintrc.js 'packages/*/src/**/*.{ts,tsx}'",
"lint:fix": "eslint -c .eslintrc.js 'packages/*/src/**/*.{ts,tsx}' --fix"
},
Expand Down

0 comments on commit 91a195c

Please sign in to comment.