Skip to content

Commit 2a4eff4

Browse files
committed
chore(pkg): add changeset scripts for versioning and release management
1 parent 61fe370 commit 2a4eff4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6+
"changeset": "changeset",
7+
"changeset:version": "changeset version",
8+
"changeset:publish": "changeset publish",
9+
"release:alpha": "changeset publish --tag alpha",
10+
"release:beta": "changeset publish --tag beta",
11+
"release": "changeset publish",
12+
"version": "changeset version && bun run go",
13+
"check:affected": "nx show projects --affected --uncommitted",
14+
"prerelease:enter": "changeset pre enter alpha",
15+
"prerelease:exit": "changeset pre exit",
616
"reset": "bun unlink-all && rimraf dist node_modules doc tmp yarn-error.log yarn.lock package-lock.json bun.lockb learn-debug.log tmp .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules",
717
"go": "bun run build && bun link-all",
818
"build": "bun unlink-all && bun scripts/auto-fix-deps.mjs && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier",

0 commit comments

Comments
 (0)