Skip to content

Commit

Permalink
Set CI to false to avoid failing build when silly warnings are logged
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Oct 16, 2018
1 parent e3885a9 commit cc7c958
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 @@ -112,7 +112,7 @@
"fix": "eslint --fix src",
"lint": "eslint src",
"prepublishOnly": "npm run lint",
"prerelease": "rm -rf build/*; node scripts/build.js; cd build && zip -r ../build.zip ./*",
"prerelease": "rm -rf build/*; CI=false node scripts/build.js; cd build && zip -r ../build.zip ./*",
"start": "node scripts/start.js",
"test": "echo \"Warning: no test specified\" && exit 0"
},
Expand Down

0 comments on commit cc7c958

Please sign in to comment.