Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
Manueluz committed Apr 25, 2024
1 parent 1c21144 commit 875e7b8
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 @@ -30,7 +30,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI=false && react-scripts build",
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8001/health prod 3000 \"cd e2e && jest\"",
Expand Down

0 comments on commit 875e7b8

Please sign in to comment.