Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into releases/terminalone/app
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 19, 2024
2 parents 9ecc281 + 7b4a849 commit eaddfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"lint:fix": "turbo run lint:fix",
"test": "turbo run test",
"rebuild:node-pty": "electron-rebuild -f -o node-pty -m packages/app",
"rebuild:node-pty:x64": "electron-rebuild -f --arch=x64 -o node-pty -m packages/app",
"rebuild:node-pty:arm64": "electron-rebuild -f --arch=arm64 -o node-pty -m packages/app",
"rebuild:node-pty:x64": "electron-rebuild -f -a x64 -o node-pty -m packages/app",
"rebuild:node-pty:arm64": "electron-rebuild -f -a arm64 -o node-pty -m packages/app",
"prepare": "node -e \"process.env.NODE_ENV != 'production' && process.exit(1)\" || electron-builder install-app-deps && npm run rebuild:node-pty"
},
"main": "packages/app/dist/main.bundle.js",
Expand Down

0 comments on commit eaddfb3

Please sign in to comment.