diff --git a/package.json b/package.json index 4ce6d78..3be2c8d 100644 --- a/package.json +++ b/package.json @@ -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"