Skip to content

Commit 52c3c88

Browse files
committed
chore: update packate.json
1 parent 03ad6b8 commit 52c3c88

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
@@ -1,5 +1,6 @@
11
{
22
"name": "root",
3+
"version": "1.0.0",
34
"private": true,
45
"workspaces": [
56
"packages/*"
@@ -35,7 +36,7 @@
3536
"start": "npm run build && lerna exec --scope example npm run start",
3637
"build": "export NODE_ENV=production && lerna exec --parallel --ignore 'example' -- babel src -d dist --copy-files",
3738
"lint": "export NODE_ENV=development && lint-staged",
38-
"publish": "lerna version",
39+
"release": "npm run build && lerna publish",
3940
"prepare": "husky"
4041
},
4142
"lint-staged": {

0 commit comments

Comments
 (0)