added serve command
This commit is contained in:
parent
32682a1b8d
commit
17b114bca1
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "yarn build && firebase serve",
|
||||
"start": "react-scripts start",
|
||||
"serve": "yarn build && firebase serve",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue