added packer and build script
This commit is contained in:
2
main-web/client/.gitignore
vendored
2
main-web/client/.gitignore
vendored
@@ -10,7 +10,7 @@
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
/client
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user