fix: update build and prepack scripts for consistency

This commit is contained in:
암냥 2026-04-05 19:31:07 +09:00
commit cfeeb89953
No known key found for this signature in database

View file

@ -9,10 +9,10 @@
"url": "git+https://github.com/imnyang/comcigan.ts" "url": "git+https://github.com/imnyang/comcigan.ts"
}, },
"scripts": { "scripts": {
"build": "rimraf dist && tsc", "build": "rm -rf dist && node ./node_modules/typescript/bin/tsc",
"lint": "biome check", "lint": "biome check",
"release": "semantic-release", "release": "semantic-release",
"prepack": "pnpm build", "prepack": "npm run build",
"test": "node -r ts-node/register --test tests/*.test.ts" "test": "node -r ts-node/register --test tests/*.test.ts"
}, },
"keywords": [ "keywords": [