You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
1.2 KiB
Diff
12 lines
1.2 KiB
Diff
--- package.json 2022-10-25 03:59:16.000000000 -0400
|
|
+++ package.json 2022-10-25 03:59:25.000000000 -0400
|
|
@@ -14,7 +14,7 @@
|
|
"test:e2e": "ava --config ava-e2e.config.js",
|
|
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && electron-builder install-app-deps && yarn run rebuild-node-pty && cpy --cwd=target --parents \"node_modules/**/*\" \"../app/\" && husky install",
|
|
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",
|
|
- "dist": "yarn run build && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified && electron-builder",
|
|
+ "dist": "yarn run build && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified && electron-builder --dir",
|
|
"clean": "node ./bin/rimraf-standalone.js node_modules && node ./bin/rimraf-standalone.js ./app/node_modules && node ./bin/rimraf-standalone.js ./app/renderer",
|
|
"v8-snapshot": "cross-env npm_config_arch=x64 yarn run v8-snapshot:arch && cross-env npm_config_arch=arm64 yarn run v8-snapshot:arch",
|
|
"v8-snapshot:arch":"yarn run mk-snapshot && yarn run cp-snapshot",
|