setup: ignore esbuild rebuild script

This commit is contained in:
Abdullah Atta
2024-03-06 19:07:25 +05:00
parent c927fa9728
commit 780f18a4fb

View File

@@ -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])