Skip to content

Commit

Permalink
✏️ Fix typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 30, 2024
1 parent 36c14a5 commit b086dda
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 b086dda

Please sign in to comment.