use public dir

This commit is contained in:
Felix Roos 2022-03-26 15:49:43 +01:00
parent 5481919f5c
commit 55ff571da6
3 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && cp ../.nojekyll ../docs",
"build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tutorial": "parcel src/tutorial/index.html --no-cache",