mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-03 18:30:32 +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": {
|
||||
"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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user