diff --git a/package.json b/package.json index 1dbd184..b12e4ca 100644 --- a/package.json +++ b/package.json @@ -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"