1
0
Fork 0

added serve command

This commit is contained in:
Kim, Jimin 2021-09-12 21:25:34 +09:00
parent 32682a1b8d
commit 17b114bca1

View file

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