Skip to content

Commit d63141e

Browse files
author
Leon Si
committed
fix build scripts
1 parent 6a2ec2e commit d63141e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
},
2020
"homepage": "https://github.com/leonzalion/ets#readme",
2121
"scripts": {
22-
"preinstall": "pnpm build",
23-
"prepare": "lion-git-hooks",
2422
"release": "lionp",
25-
"build": "node-ts ./scripts/build.ts",
26-
"start": "node-ts ./src/index.ts",
23+
"build": "ts-node ./scripts/build.ts",
24+
"start": "ts-node ./src/index.ts",
2725
"test": "vitest run",
2826
"lint": "eslint --cache --fix .",
2927
"prettier": "prettier --write .",

0 commit comments

Comments
 (0)