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

Commit

Permalink
Standardise test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed May 27, 2024
1 parent f3aca96 commit 03429d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"build:local": "cp src/env/local.ts src/env/env.ts && react-scripts build",
"build:dev": "cp src/env/dev.ts src/env/env.ts && react-scripts build",
"build:prod": "cp src/env/prod.ts src/env/env.ts && react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --watchAll=false",
"test:watch": "react-scripts test",
"eject": "react-scripts eject"
},
"homepage": ".",
Expand Down

0 comments on commit 03429d3

Please sign in to comment.