fix ci checks

This commit is contained in:
Siddharth
2026-05-02 23:27:38 -07:00
parent bba5fd34cf
commit 78f57970e9
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"test:browser:install": "playwright install --with-deps chromium-headless-shell",
"test:e2e": "playwright test",
"prepare": "husky",
"rebuild:native": "node ./node_modules/@electron/rebuild/lib/cli.js --force --only uiohook-napi",
"rebuild:native": "node ./scripts/rebuild-native.mjs",
"postinstall": "npm run rebuild:native"
},
"dependencies": {