Skip to content

Commit 61fe4c2

Browse files
committed
update package.json
1 parent 8272330 commit 61fe4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"api:serve": "netlify-lambda serve .netlify/functions",
2626
"start:dev": "react-scripts start",
27-
"build:dev": "env-cmd -f ./.env.development react-scripts build",
27+
"build": "react-scripts build",
2828
"build:prod": "env-cmd -f ./.env.production react-scripts build",
2929
"test": "react-scripts test",
3030
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)