You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build": "pnpm run compile && pnpm run lint && pnpm run postbuild",
1190
1191
"rebuild": "pnpm run clean && pnpm run compile && pnpm run postbuild",
1191
1192
"postbuild": "if [ \"$isPreRelease\" = \"true\" ]; then pnpm run download-ls --prerelease; else pnpm run download-ls; fi && pnpm run copyFonts && pnpm run copyJSLibs && pnpm run package && pnpm run copyVSIX",
0 commit comments