diff --git a/package.json b/package.json index 90dc26b..f5b78c9 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,10 @@ }, "scripts": { "start": "node server.js", - "start-dev": "./node_modules/.bin/react-scripts start", - "build": "./node_modules/.bin/react-scripts build", - "test": "./node_modules/.bin/react-scripts test", - "eject": "./node_modules/.bin/react-scripts eject", - "predeploy": "npm run build", - "deploy": "gh-pages -d build", + "start-dev": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject", "slither": "./node_modules/.bin/slither . --exclude naming-convention --filter-paths token" }, "husky": {