chore: commands

This commit is contained in:
ngoc 2026-01-26 10:33:58 +07:00
parent a4bc3d1707
commit 3b9460eacf
No known key found for this signature in database
GPG Key ID: 51FE6110113A5C32
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"minor": "npm version minor",
"major": "npm version major",
"dev": "bun run index.ts",
"public":"npm publish --access public",
"start": "bun run index.ts",
"test": "bun test ./tests --exclude alkahest-ts/** ",
"setup": "bun run cli/index.ts dev",