added packer and build script

This commit is contained in:
2020-08-01 15:31:07 +09:00
parent b442e33405
commit c72aefcaa9
49 changed files with 306 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
# production
/build
/client
# misc
.DS_Store
.env.local

View File

@@ -33,7 +33,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && rm -rf client && mv build client",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint -c tslint.json -p tsconfig.json"