Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jun 11, 2024
1 parent 0c7e604 commit 5270618
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 @@ -11,7 +11,7 @@
"changeset:release": "bun run build && bun run prepublishOnly && changeset publish",
"changeset:version": "changeset version && bun scripts/updateVersion.ts && bun install --lockfile-only",
"clean": "rimraf src/_esm src/_cjs src/_types *.tsbuildinfo",
"docs:build": "pnpm run build && cd docs && pnpm run build",
"docs:build": "bun run build && cd docs && bun run build",
"docs:dev": "cd docs && bun run dev",
"format": "biome format . --write",
"generate": "bun scripts/concatDocs.ts",
Expand Down

0 comments on commit 5270618

Please sign in to comment.