fix: update build and prepack scripts for consistency
This commit is contained in:
parent
b91d5050e9
commit
cfeeb89953
1 changed files with 2 additions and 2 deletions
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue