From 6b993fdb44ee721ac4779bc1e37d358db89fd264 Mon Sep 17 00:00:00 2001 From: imollov Date: Mon, 12 Feb 2024 11:26:13 +0200 Subject: [PATCH] fix(ci): make fsevents optional --- contracts/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/package.json b/contracts/package.json index 258ff5c..31b8c0c 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -56,6 +56,9 @@ "readline": "^1.3.0", "vm2": "^3.9.18" }, + "optionalDependencies": { + "fsevents": "*" + }, "prettier": { "trailingComma": "es5", "tabWidth": 2,