mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-16 10:20:20 -04:00
Update README.md
This commit is contained in:
parent
c5bcd6658e
commit
3fc4244de2
|
@ -33,7 +33,8 @@ Make sure to replace
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
``` when creating a branch. This in the scripts section of package.json
|
```
|
||||||
|
when creating a branch. This in the scripts section of package.json
|
||||||
|
|
||||||
# Committing to master
|
# Committing to master
|
||||||
Run ```yarn run build``` in the console
|
Run ```yarn run build``` in the console
|
||||||
|
@ -44,10 +45,12 @@ Also replace
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
``` with
|
```
|
||||||
|
with
|
||||||
```
|
```
|
||||||
"start": "serve -s build/"
|
"start": "serve -s build/"
|
||||||
``` in the scripts section of package.json
|
```
|
||||||
|
This is in the scripts section of package.json
|
||||||
|
|
||||||
## Available Scripts
|
## Available Scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user