diff --git a/app/package.json b/app/package.json index 0eed6e9..b32625c 100644 --- a/app/package.json +++ b/app/package.json @@ -37,7 +37,7 @@ "analyze-main": "source-map-explorer build/static/js/main.*", "analyze-chunk": "source-map-explorer build/static/js/2.*", "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", "eject": "react-scripts eject" }, diff --git a/server/public/readme.md b/server/public/readme.md deleted file mode 100644 index acd45d4..0000000 --- a/server/public/readme.md +++ /dev/null @@ -1,2 +0,0 @@ -## Webroot -This is the webroot, so the place of the app.