Remove build task from package.json to avoid Heroku issues

pull/1120/head
Rick Carlino 2019-03-01 13:39:18 -06:00
parent d1064d9b3b
commit ff2f62c572
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
},
"scripts": {
"coverage": "cat **/*lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "TARGET=production echo Rick- fix this 30 jan",
"start": "echo 'DEPRECATED. Remove `start` from npm scripts'",
"test-slow": "jest --coverage --ci -w 6 --colors",
"test": "jest --no-coverage --cache -w 5 --colors",