Skip to content

Commit

Permalink
fix node-pty rebuild arch target
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 19, 2024
1 parent 6949a74 commit 7b4a849
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 7b4a849

Please sign in to comment.