diff --git a/package.json b/package.json index 6d95992ba..449032010 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,6 @@ "lint": "eslint -c .eslintrc --fix src && prettier --single-quote --write src/**/*.{js,jsx,json,css}", "prepare": "yarn run build", "predeploy": "cd example && npm install && yarn run build", - "deploy": "gh-pages -d example/build", - "generateStaticSite": "./generateStaticSite.sh", "staticDeploy": "./generateStaticSite.sh", "test:watch": "react-scripts test --env=jsdom", "test": "cross-env CI=1 react-scripts test --env=jsdom", @@ -86,7 +84,6 @@ "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-react": "^7.11.1", - "gh-pages": "^2.0.1", "husky": "^1.3.1", "lint-staged": "^8.1.0", "lodash.clonedeep": "^4.5.0",