From 39fabc8f19413e600390cd5c2d2df27625330f3e Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Wed, 8 Feb 2023 17:00:48 -0500 Subject: [PATCH] maybe fix electron build issue with fsevents 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45136849..ffa6a3dd 100644 --- a/package.json +++ b/package.json @@ -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": {