Skip to content

Commit 3ee71e9

Browse files
committed
chore: add release script
1 parent a120021 commit 3ee71e9

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
@@ -15,6 +15,7 @@
1515
"build:watch": "tsc --build --watch packages",
1616
"lint": "eslint packages --ext ts,tsx --cache --cache-file .cache/eslint-packages",
1717
"lint:demo": "eslint demo --ext ts,tsx --cache --cache-file .cache/eslint-demo",
18+
"release": "yarn build && lerna publish",
1819
"demo:build:development": "yarn workspace demo build:development",
1920
"demo:serve": "yarn workspace demo serve"
2021
},

0 commit comments

Comments
 (0)