Skip to content

Commit

Permalink
Escape argument in examples build script (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Sep 25, 2023
1 parent 86c7d2c commit a1f3311
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 @@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build:examples": "pnpm --filter @example/* build",
"build:examples": "pnpm --filter '@example/*' build",
"size": "size-limit",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"format": "prettier -w --cache --plugin prettier-plugin-astro ."
Expand Down

0 comments on commit a1f3311

Please sign in to comment.