We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c879438 commit 622960eCopy full SHA for 622960e
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm run build:babel && cp ./package.json ./dist/package.json",
8
"build:babel": "NODE_ENV=production babel ./src --out-dir=./dist",
9
- "dist": "npm run build && cd dist && npm publish",
+ "release": "npm run build && cd dist && npm publish",
10
"storybook": "start-storybook -p 9050 -s public",
11
"demosite": "react-scripts start",
12
"build-storybook": "build-storybook -s public",
0 commit comments