We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2ec2e commit d63141eCopy full SHA for d63141e
package.json
@@ -19,11 +19,9 @@
19
},
20
"homepage": "https://github.com/leonzalion/ets#readme",
21
"scripts": {
22
- "preinstall": "pnpm build",
23
- "prepare": "lion-git-hooks",
24
"release": "lionp",
25
- "build": "node-ts ./scripts/build.ts",
26
- "start": "node-ts ./src/index.ts",
+ "build": "ts-node ./scripts/build.ts",
+ "start": "ts-node ./src/index.ts",
27
"test": "vitest run",
28
"lint": "eslint --cache --fix .",
29
"prettier": "prettier --write .",
0 commit comments