Skip to content

Commit

Permalink
maybe fix electron build issue with fsevents
Browse files Browse the repository at this point in the history
in ci, electron build attempts to rebuild fsevents@1.2.9, which is only
used as a dev dep. should potentially be okay to omit
  • Loading branch information
achou11 committed Feb 8, 2023
1 parent 1d62322 commit 39fabc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"type": "tsc",
"prepare": "husky install",
"lint-staged": "lint-staged",
"remove-native-deps": "rimraf node_modules/sodium-native node_modules/nice-napi"
"remove-native-deps": "rimraf node_modules/sodium-native node_modules/nice-napi node_modules/fsevents"
},
"license": "GPL-3.0",
"repository": {
Expand Down

0 comments on commit 39fabc8

Please sign in to comment.