Skip to content

Commit 5637963

Browse files
committed
chore: rename compile to build
1 parent e7b4f14 commit 5637963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npm run compile
4+
npm run build
55
git add snippets
66
npx lint-staged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"scripts": {
5151
"prepare": "husky install",
52-
"compile": "npx ts-node ./src",
52+
"build": "npx ts-node ./src",
5353
"format": "prettier --check .",
5454
"format:fix": "prettier --write .",
5555
"lint": "eslint .",

0 commit comments

Comments
 (0)