setup: ignore esbuild rebuild script

This commit is contained in:
Abdullah Atta
2024-03-06 19:07:25 +05:00
parent 29e07036b1
commit 0cf0b00c58

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