Skip to content

Commit

Permalink
Merge pull request #164 from siguici/main
Browse files Browse the repository at this point in the history
✏️ Fix typo in build script
  • Loading branch information
siguici authored Sep 30, 2024
2 parents af9c894 + b086dda commit f18702b
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 && pnpm build",
"postinstall": "lefthook install && playwright install --with-deps",
"changeset": "changeset",
"release": "pnpm build.create-qwikdev-astro && changeset publish",
Expand Down

0 comments on commit f18702b

Please sign in to comment.