Skip to content

Commit 83dd25b

Browse files
committed
Add compile script
1 parent eb22451 commit 83dd25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8+
"compile": "tsc --noEmit",
89
"build": "tsc -b",
910
"prepare": "npm run build"
1011
},

0 commit comments

Comments
 (0)