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 a120021 commit 3ee71e9Copy full SHA for 3ee71e9
package.json
@@ -15,6 +15,7 @@
15
"build:watch": "tsc --build --watch packages",
16
"lint": "eslint packages --ext ts,tsx --cache --cache-file .cache/eslint-packages",
17
"lint:demo": "eslint demo --ext ts,tsx --cache --cache-file .cache/eslint-demo",
18
+ "release": "yarn build && lerna publish",
19
"demo:build:development": "yarn workspace demo build:development",
20
"demo:serve": "yarn workspace demo serve"
21
},
0 commit comments