Skip to content

Commit e6c3d4f

Browse files
committed
adding top-level coverage script
1 parent 58a6ae8 commit e6c3d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"build": "cd electron && npm run build && cd ..",
44
"install": "cd electron && npm install && cd ../webui && npm install && cd ..",
55
"test": "pushd webui && npm test && cd ../electron && npm test && popd",
6+
"coverage": "pushd webui && npm run coverage && cd ../electron && npm run coverage && popd",
67
"start-jet": "cd webui && npm start",
78
"start-app": "cd electron && npm start",
89
"eslint": "cd electron && npm run eslint && cd ../webui && npm run eslint && cd ..",

0 commit comments

Comments
 (0)