Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Apr 15, 2024
1 parent 770d346 commit 8e035ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env CI=false && react-scripts build && cross-env CI=true",
"build": "cross-env CI=false && react-scripts build ",
"prod": "serve -s build -p 80",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
Expand Down

0 comments on commit 8e035ef

Please sign in to comment.