Skip to content

Commit 2cff234

Browse files
committed
fix: turn off warnings failing build
1 parent 842800d commit 2cff234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dist": "npm run build && cd dist && npm publish",
4545
"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",
4646
"build-storybook": "build-storybook",
47-
"build:gh-pages": "react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
47+
"build:gh-pages": "CI=false react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
4848
"gh-pages": "npm run build:gh-pages && gh-pages -d build",
4949
"prettier": "prettier --write \"src/**/*.js\"",
5050
"prettier:test": "prettier --check \"src/**/*.js\""

0 commit comments

Comments
 (0)