diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-02-20 09:55:05 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-02-20 09:55:05 +0100 |
| commit | 5af2daf6eac19bc567bac3cc0cecd11ed1760e89 (patch) | |
| tree | b1694571c78c54a426122fbb5c7c8ee7f294ca1e /gui/package.json | |
| parent | 5d87248c1c052f6f6f338b60ff3ff284dd617bfd (diff) | |
| parent | fac93766c97b4600701a4cd2810dc611555436a9 (diff) | |
| download | mullvadvpn-5af2daf6eac19bc567bac3cc0cecd11ed1760e89.tar.xz mullvadvpn-5af2daf6eac19bc567bac3cc0cecd11ed1760e89.zip | |
Merge branch 'automatically-build-test-executable'
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/package.json b/gui/package.json index 6ae0282e0f..967dc1b501 100644 --- a/gui/package.json +++ b/gui/package.json @@ -90,7 +90,7 @@ "postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps", "build": "gulp build", "build-proto": "gulp build-proto", - "pack-test-executable": "pkg --config test.pkg.json --output ../dist/mullvadvpn-app-e2e-tests build/standalone-tests.js", + "pack-test-executable": "pkg --config standalone-tests.pkg.json --output ../dist/mullvadvpn-app-e2e-tests build/standalone-tests.js", "build-test-executable": "npm run build && npm run pack-test-executable", "lint": "eslint --ext tsx,ts .", "format": "prettier \"**/*.{js,css,ts,tsx}\" --write", |
