Cleanup of package.json

master
Håvar Aambø Fosstveit 2019-06-19 14:33:49 +02:00
parent e7a2b8bd6d
commit 66b922d0b3
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,7 @@
"analyze-main": "source-map-explorer build/static/js/main.*", "analyze-main": "source-map-explorer build/static/js/main.*",
"analyze-chunk": "source-map-explorer build/static/js/2.*", "analyze-chunk": "source-map-explorer build/static/js/2.*",
"start": "HTTPS=true PORT=4443 react-scripts start", "start": "HTTPS=true PORT=4443 react-scripts start",
"build": "react-scripts build && rm -rf ../server/public/* && cp -r build/* ../server/public/", "build": "react-scripts build && mkdir -p ../server/public && rm -rf ../server/public/* && cp -r build/* ../server/public/",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },

View File

@ -1,2 +0,0 @@
## Webroot
This is the webroot, so the place of the app.