added packer and build script
This commit is contained in:
@@ -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