1
0
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:
andytudhope 2019-08-07 11:48:22 +02:00
parent 433afcef66
commit e428de3d3c

View File

@ -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": {