Skip to content

Commit 90d9dd2

Browse files
committed
chore(scripts): add release script lerna
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 51d6c7a commit 90d9dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"pre-commit": "jest -c jest.config.js",
1414
"lint": "jest -c jest.lint.config.js",
1515
"test": "jest -c jest.test.config.js",
16-
"build": "jest -c jest.build.config.js"
16+
"build": "jest -c jest.build.config.js",
17+
"release": "lerna version && lerna publish from-package"
1718
},
1819
"dependencies": {
1920
"@babel/cli": "^7.6.0",

0 commit comments

Comments
 (0)