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 1b3aa93 commit b96eb09Copy full SHA for b96eb09
package.json
@@ -30,6 +30,7 @@
30
},
31
"scripts": {
32
"dev": "gulp",
33
+ "publish": "lerna publish --sort --conventional-commits --cd-version",
34
"postinstall": "lerna bootstrap && lerna link --force-local",
35
"clean": "rm -rf node_modules && cd packages && eachdir rm -rf node_modules",
36
"coveralls": "nyc report --reporter=text-lcov | coveralls",
0 commit comments