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 9f66219
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
],
"scripts": {
"start": "NODE_ENV=development node ./src/scripts/start.cjs --dev",
"test": "jest --watch --coverage",
"test:all": "jest --coverage && open ./coverage/lcov-report/index.html",
"test": "jest",
"test:watch": "jest --watch --coverage",
"test:coverage": "jest --coverage && open ./coverage/lcov-report/index.html",
"prebuild": "rimraf dist && rimraf bin",
"build": "yarn build:parcel && yarn build:scripts",
"build:parcel": "cross-env NODE_ENV=production parcel build --no-cache",
Expand Down

0 comments on commit 9f66219

Please sign in to comment.