chore: add release script and prepublishOnly guard

This commit is contained in:
2026-05-25 09:35:50 +00:00
parent ccca0e60d1
commit 4d7b439aaa
5 changed files with 18 additions and 13 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
"build": "tsc --build packages/json-cas packages/json-cas-fs packages/json-cas-workflow",
"test": "bun test",
"check": "biome check .",
"format": "biome format --write ."
"format": "biome format --write .",
"release": "changeset version && bun run build && changeset publish"
}
}