Skip to content

Commit beb78db

Browse files
add pre-publish script
1 parent 83246f6 commit beb78db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "echo \"Error: no test specified\" && exit 1",
9+
"prepublish": "tsc"
910
},
1011
"keywords": [
1112
"tempmail",

0 commit comments

Comments
 (0)