We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a6ae8 commit e6c3d4fCopy full SHA for e6c3d4f
package.json
@@ -3,6 +3,7 @@
3
"build": "cd electron && npm run build && cd ..",
4
"install": "cd electron && npm install && cd ../webui && npm install && cd ..",
5
"test": "pushd webui && npm test && cd ../electron && npm test && popd",
6
+ "coverage": "pushd webui && npm run coverage && cd ../electron && npm run coverage && popd",
7
"start-jet": "cd webui && npm start",
8
"start-app": "cd electron && npm start",
9
"eslint": "cd electron && npm run eslint && cd ../webui && npm run eslint && cd ..",
0 commit comments