Skip to content

Commit 5cb2562

Browse files
Add yalc publish to hub
1 parent 1c9634e commit 5cb2562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hub/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"lint:eslint": "eslint . --format stylish",
4141
"lint:prettier": "prettier --check \"{src,test,scripts}/**/**.ts\"",
4242
"test": "jest",
43-
"test:watch": "jest --watch"
43+
"test:watch": "jest --watch",
44+
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push"
4445
},
4546
"volta": {
4647
"extends": "../../package.json"

0 commit comments

Comments
 (0)