Update help section

This commit is contained in:
BorysLevytskyi
2023-05-06 09:33:01 +02:00
parent 0295a18583
commit 4806025618
5 changed files with 79 additions and 73 deletions

View File

@@ -26,8 +26,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build & npx http-server ./build -p 3030",
"release": "react-scripts build & gh-pages -d build --message Release",
"build": "react-scripts build && npx http-server ./build -p 3030",
"release": "react-scripts build && gh-pages -d build --message Release",
"deploy": "gh-pages -d build --message Release",
"test": "react-scripts test",
"eject": "react-scripts eject",