File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/e2e" ,
5
- "module" : " es2015 " ,
5
+ "module" : " commonjs " ,
6
6
"types" : [
7
7
" mocha"
8
8
]
Original file line number Diff line number Diff line change 34
34
"electron:windows" : " npm run build:prod && electron-builder build --windows" ,
35
35
"electron:mac" : " npm run build:prod && electron-builder build --mac" ,
36
36
"test" : " ng test" ,
37
- "e2e" : " npm run build:prod && mocha --timeout 300000 --require ts-node/register e2e/**/*.spec .ts" ,
37
+ "e2e" : " npm run build:prod && cross-env TS_NODE_PROJECT='e2e/tsconfig.e2e.json' mocha --timeout 300000 --require ts-node/register e2e/**/*.e2e .ts" ,
38
38
"version" : " conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" ,
39
39
"lint" : " ng lint"
40
40
},
64
64
"codelyzer" : " 5.1.2" ,
65
65
"conventional-changelog-cli" : " 2.0.32" ,
66
66
"core-js" : " 3.1.4" ,
67
+ "cross-env" : " 7.0.0" ,
67
68
"electron" : " 8.0.0" ,
68
69
"electron-builder" : " 22.3.2" ,
69
70
"electron-reload" : " 1.5.0" ,
You can’t perform that action at this time.
0 commit comments