Skip to content

Commit f3e2677

Browse files
author
Sergey Khomushin
committed
package.json: add publish script
1 parent 1777876 commit f3e2677

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
@@ -36,6 +36,7 @@
3636
"_build:mjs": "tsc --declaration && npm run _set-version mjs && npm run _set-type:mjs",
3737
"_build:cjs": "tsc --target ES2019 --module CommonJS --outDir cjs && npm run _set-version cjs && npm run _set-type:cjs",
3838
"build": "npm run _clean && npm run _build:mjs && npm run _build:cjs",
39+
"publish": "npm run build && npm publish",
3940
"test": "jest --coverage",
4041
"lint": "tsc --noEmit && eslint src"
4142
},

0 commit comments

Comments
 (0)