We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8272330 commit 61fe4c2Copy full SHA for 61fe4c2
package.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"api:serve": "netlify-lambda serve .netlify/functions",
26
"start:dev": "react-scripts start",
27
- "build:dev": "env-cmd -f ./.env.development react-scripts build",
+ "build": "react-scripts build",
28
"build:prod": "env-cmd -f ./.env.production react-scripts build",
29
"test": "react-scripts test",
30
"eject": "react-scripts eject",
0 commit comments