Skip to content

Commit

Permalink
🐛 Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 30, 2024
1 parent b086dda commit e1e5b1a
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 @@ -20,7 +20,7 @@
"fix": "pnpm lint && pnpm format",
"format": "biome format --write .",
"lint": "biome check --apply-unsafe .",
"build.create-qwikdev-astro": "pnpm -C ./libs/create-qwikdev-astro && pnpm build",
"build.create-qwikdev-astro": "pnpm -C ./libs/create-qwikdev-astro build",
"postinstall": "lefthook install && playwright install --with-deps",
"changeset": "changeset",
"release": "pnpm build.create-qwikdev-astro && changeset publish",
Expand Down

0 comments on commit e1e5b1a

Please sign in to comment.