mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
setup: ignore esbuild rebuild script
This commit is contained in:
@@ -44,7 +44,9 @@ const IGNORED_NATIVE_PACKAGES = [
|
||||
// it because it's only needed in non-browser environments
|
||||
"canvas",
|
||||
// optional dependency only used on Node.js platform
|
||||
"@azure/msal-node-runtime"
|
||||
"@azure/msal-node-runtime",
|
||||
// temporary
|
||||
"esbuild"
|
||||
];
|
||||
|
||||
if (args.scope && !scopes[args.scope])
|
||||
|
||||
Reference in New Issue
Block a user