Add publish script, only knows about test so far
This commit is contained in:
parent
3eedb94180
commit
aaef669aa8
2 changed files with 14 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"build_code": "react-scripts build",
|
||||
"build": "scripts/build_site.js && react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"publish": "scripts/publish.sh"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue