Skip to content

Commit

Permalink
fix: turn off warnings failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Apr 11, 2020
1 parent 842800d commit 2cff234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dist": "npm run build && cd dist && npm publish",
"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",
"build-storybook": "build-storybook",
"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",
"gh-pages": "npm run build:gh-pages && gh-pages -d build",
"prettier": "prettier --write \"src/**/*.js\"",
"prettier:test": "prettier --check \"src/**/*.js\""
Expand Down

0 comments on commit 2cff234

Please sign in to comment.