Skip to content

Commit 622960e

Browse files
committed
added release script
1 parent c879438 commit 622960e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "npm run build:babel && cp ./package.json ./dist/package.json",
88
"build:babel": "NODE_ENV=production babel ./src --out-dir=./dist",
9-
"dist": "npm run build && cd dist && npm publish",
9+
"release": "npm run build && cd dist && npm publish",
1010
"storybook": "start-storybook -p 9050 -s public",
1111
"demosite": "react-scripts start",
1212
"build-storybook": "build-storybook -s public",

0 commit comments

Comments
 (0)