Skip to content

Commit b96eb09

Browse files
committed
Add publish script
1 parent 1b3aa93 commit b96eb09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"scripts": {
3232
"dev": "gulp",
33+
"publish": "lerna publish --sort --conventional-commits --cd-version",
3334
"postinstall": "lerna bootstrap && lerna link --force-local",
3435
"clean": "rm -rf node_modules && cd packages && eachdir rm -rf node_modules",
3536
"coveralls": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)