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 0b4f915 commit bac4531Copy full SHA for bac4531
app/package.json
@@ -21,7 +21,8 @@
21
"package-msi": "npm run build && node windows/msi/build.js",
22
"prod-deps": "mkdirp prod_deps && cd ./prod_deps && copyfiles -f ../package.json ../package-lock.json . && npm i --only=prod && cd .. && npx --no-install rimraf ./prod_deps/node_modules/.bin",
23
"start": "node scripts/start.js",
24
- "test": "jest"
+ "test": "npm run compile-tests && jest",
25
+ "compile-tests": "babel electron --out-dir electron/ --extensions .ts"
26
},
27
"build": {
28
"appId": "com.microsoft.Headlamp",
0 commit comments