We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842800d commit 2cff234Copy full SHA for 2cff234
package.json
@@ -44,7 +44,7 @@
44
"dist": "npm run build && cd dist && npm publish",
45
"build:babel": "NODE_ENV=production babel ./src --ignore \"src/**/*.story.js\" --out-dir=./dist && rm dist/index.js && cp dist/lib.js dist/index.js",
46
"build-storybook": "build-storybook",
47
- "build:gh-pages": "react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
+ "build:gh-pages": "CI=false react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
48
"gh-pages": "npm run build:gh-pages && gh-pages -d build",
49
"prettier": "prettier --write \"src/**/*.js\"",
50
"prettier:test": "prettier --check \"src/**/*.js\""
0 commit comments