Remove unused deploys
This commit is contained in:
parent
605bd4f2bc
commit
15cfe428df
@ -20,8 +20,6 @@
|
|||||||
"lint": "eslint -c .eslintrc --fix src && prettier --single-quote --write src/**/*.{js,jsx,json,css}",
|
"lint": "eslint -c .eslintrc --fix src && prettier --single-quote --write src/**/*.{js,jsx,json,css}",
|
||||||
"prepare": "yarn run build",
|
"prepare": "yarn run build",
|
||||||
"predeploy": "cd example && npm install && yarn run build",
|
"predeploy": "cd example && npm install && yarn run build",
|
||||||
"deploy": "gh-pages -d example/build",
|
|
||||||
"generateStaticSite": "./generateStaticSite.sh",
|
|
||||||
"staticDeploy": "./generateStaticSite.sh",
|
"staticDeploy": "./generateStaticSite.sh",
|
||||||
"test:watch": "react-scripts test --env=jsdom",
|
"test:watch": "react-scripts test --env=jsdom",
|
||||||
"test": "cross-env CI=1 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-node": "^8.0.0",
|
||||||
"eslint-plugin-promise": "^4.0.1",
|
"eslint-plugin-promise": "^4.0.1",
|
||||||
"eslint-plugin-react": "^7.11.1",
|
"eslint-plugin-react": "^7.11.1",
|
||||||
"gh-pages": "^2.0.1",
|
|
||||||
"husky": "^1.3.1",
|
"husky": "^1.3.1",
|
||||||
"lint-staged": "^8.1.0",
|
"lint-staged": "^8.1.0",
|
||||||
"lodash.clonedeep": "^4.5.0",
|
"lodash.clonedeep": "^4.5.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user