Add publish script, only knows about test so far

This commit is contained in:
Nick Pegg 2017-10-14 17:24:31 -07:00
parent 3eedb94180
commit aaef669aa8
2 changed files with 14 additions and 1 deletions

View file

@ -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"
}
}