We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff92e commit a7bb1fcCopy full SHA for a7bb1fc
package.json
@@ -30,6 +30,7 @@
30
"start": "tsdx watch",
31
"build": "tsdx build",
32
"test": "npm run build && npm pack",
33
+ "pub": "npm run build && npm publish",
34
"changelog": "changelog-maker"
35
},
36
"peerDependencies": {
0 commit comments