Remove unused scripts

This commit is contained in:
Nicholas Zuber 2018-11-07 23:00:45 -05:00
parent 928e7d438f
commit dfb2bff318

View File

@ -63,9 +63,7 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js && cp build/index.html build/200.html",
"test": "node scripts/test.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"test": "node scripts/test.js"
},
"eslintConfig": {
"extends": "react-app"