diff --git a/package.json b/package.json index bf173a8..57fba8e 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,8 @@ "next": "^9.0.4", "react": "^16.9.0", "react-dom": "^16.9.0" + }, + "scripts": { + "now-build": "react-scripts build" } }