Skip to content

Commit

Permalink
chore: Add release:local script for local grimoire publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeorgreentea committed Aug 2, 2024
1 parent d6e6d53 commit d32c140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grimoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"prepack": "pnpm build",
"gen-mirror": "pnpm jiti scripts/gen-mirror.ts",
"gen-presets": "pnpm jiti scripts/gen-presets.ts",
"release:local": "pnpm publish --no-git-checks --registry http://localhost:4873",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "pnpm lint && pnpm vitest-es run --silent",
Expand Down

0 comments on commit d32c140

Please sign in to comment.