diff --git a/package.json b/package.json index b685aa1e3..c80999923 100644 --- a/package.json +++ b/package.json @@ -100,11 +100,25 @@ "dompurify@<3.2.4": ">=3.2.4", "esbuild@<=0.24.2": ">=0.25.0" }, + "ignoredBuiltDependencies": [ + "sqlite3" + ], "onlyBuiltDependencies": [ - "esbuild" + "@parcel/watcher", + "@scarf/scarf", + "better-sqlite3", + "bufferutil", + "core-js-pure", + "electron", + "electron-winstaller", + "esbuild", + "fs-xattr", + "macos-alias", + "nx", + "utf-8-validate" ] }, "nx": { "name": "triliumnext" } -} \ No newline at end of file +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f7e733b59..2c068ac8f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,22 +2,5 @@ packages: - packages/* - apps/* -ignoredBuiltDependencies: -- sqlite3 - -onlyBuiltDependencies: -- '@parcel/watcher' -- '@scarf/scarf' -- bufferutil -- core-js-pure -- esbuild -- nx -- utf-8-validate -- better-sqlite3 -- electron -- electron-winstaller -- fs-xattr -- macos-alias - shamefullyHoist: true nodeLinker: isolated