Skip to content

Commit

Permalink
Merge pull request #165 from siguici/main
Browse files Browse the repository at this point in the history
🐛 Fix `build` script
  • Loading branch information
siguici committed Sep 30, 2024
2 parents f18702b + e1e5b1a commit a44ad88
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 a44ad88

Please sign in to comment.