Skip to content

Commit 60e4433

Browse files
author
Péter Hauszknecht
committed
update publish script
1 parent 21bd26b commit 60e4433

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"build:umd": "rimraf dist && rollup -c rollup.config.js && rollup -c rollup.config.prod.js",
1212
"build:w": "tsc -w",
1313
"test": "jest",
14-
"test:w": "jest --watch"
14+
"test:w": "jest --watch",
15+
"pub": "npm run build && npm publish"
1516
},
1617
"files": [
1718
"lib",

0 commit comments

Comments
 (0)