Skip to content

Commit 0ea8d23

Browse files
committed
Publish npm packages only from the current commit
1 parent 2e47fe3 commit 0ea8d23

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
@@ -18,7 +18,7 @@
1818
"lint:check": "yarn run prettier:check && yarn run eslint:check",
1919
"prettier": "prettier --ignore-path .gitignore --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
2020
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
21-
"publish": "yarn run clean && yarn run build && lerna publish --pre-dist-tag next -m \"Publish npm packages\"",
21+
"publish": "yarn run clean && yarn run build && lerna publish --pre-dist-tag next from-git",
2222
"sort-package-json": "lerna exec --parallel sort-package-json && sort-package-json",
2323
"update-dependency": "update-dependency --lerna",
2424
"updated": "lerna updated",

0 commit comments

Comments
 (0)