We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc09f3 commit 6850437Copy full SHA for 6850437
package.json
@@ -15,7 +15,7 @@
15
"test:watch": "jest --watchAll",
16
"test:coverage": "jest --coverage && ./cc-test-reporter after-build --id=\"d957b5ff2f78e200b7cfa4e294ac1fe52c823c7d7c327628f897271dc72a874e\"",
17
"deploy": "npm run build:demo && gh-pages -d build",
18
- "storybook": "cross-env TARGET=development start-storybook -p 3001 -h 0.0.0.0",
+ "storybook": "cross-env TARGET=development start-storybook -p ${PORT:-3001} -h 0.0.0.0",
19
"build-storybook": "cross-env NODE_ENV=production TARGET=demo build-storybook -o build/storybook"
20
},
21
"main": "dist/main.js",
0 commit comments