Skip to content

Commit 5cde1d0

Browse files
committed
fix: console log accurate version
1 parent b8bcbd4 commit 5cde1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"reset": "npm run clean && lerna clean --yes",
1010
"test": "cross-env NODE_ENV=test jest --no-cache",
1111
"dryrun": "lerna publish --skip-npm --skip-git",
12-
"publish": "npm run bootstrap && npm run build && lerna publish",
12+
"publish": "npm run bootstrap && npm run dryrun && npm run build && git checkout . && lerna publish",
1313
"add-contributor": "all-contributors add"
1414
},
1515
"browserslist": [

0 commit comments

Comments
 (0)