8000 fixed release command · procoders/transmart@e2ed9f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2ed9f9

Browse files
fixed release command
1 parent bc92f70 commit e2ed9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --quiet packages --ext .ts",
2626
"lint:fix": "eslint --quiet --fix packages --ext .ts",
2727
"bootstrap": "source .env",
28-
"release": "npm run clean && npm run build && lerna publish from-git --yes"
28+
"release": "npm run clean && npm run build && lerna version && lerna publish from-git --yes"
2929
},
3030
"dependencies": {
3131
"commander": "^9.4.1",

0 commit comments

Comments
 (0)
0