Skip to content

Commit

Permalink
Updated test command to not get stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpax committed Sep 22, 2023
1 parent cdf1a22 commit edb4034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"scripts": {
"start": "NODE_ENV=development node ./src/scripts/start.cjs --dev",
"test": "jest --watch --coverage",
"test": "jest",
"test:watch": "jest --watch --coverage",
"test:all": "jest --coverage && open ./coverage/lcov-report/index.html",
"prebuild": "rimraf dist && rimraf bin",
"build": "yarn build:parcel && yarn build:scripts",
Expand Down

0 comments on commit edb4034

Please sign in to comment.