File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments