Use latest production flag

This commit is contained in:
Nicholas Zuber 2020-01-12 13:35:45 -05:00
parent b823c0bded
commit 85d2ad3704

View File

@ -78,7 +78,7 @@
"build": "node scripts/build.js && cp build/index.html build/200.html",
"now-build": "npm run build",
"test": "node scripts/test.js",
"deploy": "now --target production"
"deploy": "now --prod"
},
"eslintConfig": {
"extends": "react-app"