Skip to content

Commit 1d530ed

Browse files
updated build script
1 parent ba6f3d1 commit 1d530ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-15/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"scripts": {
8686
"start": "react-scripts start",
87-
"build": "react-scripts build",
87+
"build": "CI= react-scripts build NODE_ENV=production",
8888
"test": "react-scripts test",
8989
"eject": "react-scripts eject",
9090
"test:generators": "ts-node --project=./internals/ts-node.tsconfig.json ./internals/testing/test-generators.ts",

0 commit comments

Comments
 (0)