Skip to content

Commit

Permalink
build(package.json): add --sequential to icons script (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 9, 2024
1 parent c3a3286 commit 8deb0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"icons:generate": "tsx scripts/icons/generate.ts",
"icons:optimize": "tsx scripts/icons/optimize.ts",
"icons:preview": "tsx scripts/icons/preview.ts",
"icons": "pnpm run '/^icons:.*/'",
"icons": "pnpm run --sequential '/^icons:.*/'",
"integrity": "tsx scripts/integrity.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 8deb0af

Please sign in to comment.