Skip to content

Commit

Permalink
Run preload strip script before bundling
Browse files Browse the repository at this point in the history
Bit pointless right now - it runs after the code has been fully bundled
into an installer, so doesn't help much.
  • Loading branch information
pimterry committed Mar 26, 2024
1 parent b4aaa3c commit 54f918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"server:setup": "ts-node ./setup-server.ts",
"build": "npm run build:src && npm run build:electron",
"build:src": "tsc",
"postbuild:src": "ts-node ./strip-preload-map.ts",
"build:electron": "npm run server:setup && electron-builder build",
"build:dir-only": "npm run server:setup && electron-builder --dir",
"postbuild": "ts-node ./strip-preload-map.ts",
"start": "npm run server:setup && npm run start:app",
"start:dev": "ts-node ./skip-server.ts && cross-env HTK_DEV=true APP_URL='http://local.httptoolkit.tech:8080' npm run start:app",
"start:app": "tsc-watch --onSuccess \"electron .\""
Expand Down

0 comments on commit 54f918b

Please sign in to comment.