feat/ VSCode : add Debugging config for man process (#465) + Karma
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"electron:linux": "npm run build:prod && electron-builder build --linux",
|
||||
"electron:windows": "npm run build:prod && electron-builder build --windows",
|
||||
"electron:mac": "npm run build:prod && electron-builder build --mac",
|
||||
"test": "ng test",
|
||||
"test": "ng test --watch=false",
|
||||
"test:watch": "ng test",
|
||||
"e2e": "npm run build:prod && cross-env TS_NODE_PROJECT='e2e/tsconfig.e2e.json' mocha --timeout 300000 --require ts-node/register e2e/**/*.e2e.ts",
|
||||
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
||||
"lint": "ng lint"
|
||||
@@ -65,6 +66,7 @@
|
||||
"conventional-changelog-cli": "2.0.32",
|
||||
"core-js": "3.6.5",
|
||||
"cross-env": "7.0.2",
|
||||
"devtron": "1.4.0",
|
||||
"electron": "8.2.3",
|
||||
"electron-builder": "22.5.1",
|
||||
"electron-reload": "1.5.0",
|
||||
@@ -81,8 +83,8 @@
|
||||
"npm-run-all": "4.1.5",
|
||||
"rxjs": "6.5.5",
|
||||
"spectron": "10.0.1",
|
||||
"tslib": "1.11.1",
|
||||
"ts-node": "8.9.1",
|
||||
"tslib": "1.11.1",
|
||||
"typescript": "3.8.3",
|
||||
"wait-on": "4.0.2",
|
||||
"webdriver-manager": "12.1.7",
|
||||
|
||||
Reference in New Issue
Block a user