Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gerold-penz committed Nov 20, 2024
1 parent 2f172a4 commit 6448e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"build": "bun run typedoc && bun run bun:build && bun run tsc:dts",
"incr_version": "npm version patch --no-git-tag-version",
"incr_version:beta": "npm version prerelease --no-git-tag-version --preid beta",
"npm:publish": "bun run test && bun run incr_version && bun run build && npm publish --access public",
"npm:publish:beta": "bun run test && bun run incr_version:beta && bun run build && npm publish --access public --tag beta",
"npm:publish": "bun run test && bun run incr_version && bun run build && export npm_config_registry=https://registry.npmjs.org/ npm publish --access public",
"npm:publish:beta": "bun run test && bun run incr_version:beta && bun run build && export npm_config_registry=https://registry.npmjs.org/ npm publish --access public --tag beta",
"jsr:publish": "bun run ./update_jsr_version.ts && bunx jsr publish",
"typedoc": "bunx typedoc",
"typedoc:watch": "bunx typedoc --watch --preserveWatchOutput"
Expand Down

0 comments on commit 6448e74

Please sign in to comment.