mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-04 02:40:38 +00:00
No need for long paths
This commit is contained in:
parent
433afcef66
commit
e428de3d3c
10
package.json
10
package.json
@ -32,12 +32,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"start-dev": "./node_modules/.bin/react-scripts start",
|
"start-dev": "react-scripts start",
|
||||||
"build": "./node_modules/.bin/react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "./node_modules/.bin/react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "./node_modules/.bin/react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"predeploy": "npm run build",
|
|
||||||
"deploy": "gh-pages -d build",
|
|
||||||
"slither": "./node_modules/.bin/slither . --exclude naming-convention --filter-paths token"
|
"slither": "./node_modules/.bin/slither . --exclude naming-convention --filter-paths token"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user