Skip to content

Commit f6aac8b

Browse files
committed
fix ts-node not found bug
1 parent a1d6953 commit f6aac8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"git": {
4646
"scripts": {
47-
"pre-push": "ts-node ./bin/pre-push.ts"
47+
"pre-push": "npx ts-node ./bin/pre-push.ts"
4848
}
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)