catppuccin / vscode-icons

🦊 Soothing pastel icons for VSCode/VSCodium
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons
MIT License
571 stars 26 forks source link

build(package.json): add `--sequential` to `icons` script #233

Closed uncenter closed 1 month ago

uncenter commented 1 month ago

As mentioned in Discord, this (undocumented! but in --help) flag for pnpm run runs the scripts sequentially instead of in parallel. The scripts are ran as ordered in the package.json, so this now properly emulates the behavior of pnpm run icons -a before the refactor: runs generate, then optimize, then previews.