8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc92f70 commit e2ed9f9Copy full SHA for e2ed9f9
package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint --quiet packages --ext .ts",
26
"lint:fix": "eslint --quiet --fix packages --ext .ts",
27
"bootstrap": "source .env",
28
- "release": "npm run clean && npm run build && lerna publish from-git --yes"
+ "release": "npm run clean && npm run build && lerna version && lerna publish from-git --yes"
29
},
30
"dependencies": {
31
"commander": "^9.4.1",
0 commit comments