Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

uncenter
Copy link
Member

@uncenter uncenter commented Aug 9, 2024

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.

@sgoudham sgoudham changed the title chore: add --sequential to icons package.json script build: add --sequential to icons package.json script Aug 9, 2024
@sgoudham sgoudham changed the title build: add --sequential to icons package.json script build(package.json): add --sequential to icons script Aug 9, 2024
@sgoudham sgoudham merged commit 8deb0af into catppuccin:main Aug 9, 2024
1 check passed
@uncenter uncenter deleted the pr-41996a6c branch August 9, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants