Skip to content

Commit c02095a

Browse files
committed
add pre publish script
1 parent e69c7a7 commit c02095a

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
@@ -6,6 +6,7 @@
66
"module": "lib/cjs/index.js",
77
"types": "lib/esm/index.d.ts",
88
"scripts": {
9+
"prepublishOnly": "npm run release",
910
"test": "echo \"no test specified\"",
1011
"tc": "npx tsc --noEmit",
1112
"tcw": "npm run tc -- -w",

0 commit comments

Comments
 (0)