frontend: updating build command, location of static files

This commit is contained in:
Mose Müller
2023-08-02 12:06:21 +02:00
parent 532390c3fd
commit fb0d1c3d07
11 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"build": "BUILD_PATH='../src/frontend' react-scripts build",
"build": "BUILD_PATH='../src/pyDataInterface/frontend' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},