Skip to content

Commit b2e28f5

Browse files
committed
chore: 🤖 add a single automated asset publication command
1 parent d070db0 commit b2e28f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"coverage": "yarn test --collectCoverage",
6262
"typedoc": "typedoc",
6363
"build:pages": "rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
64-
"deploy:pages": "gh-pages -d gh-pages"
64+
"deploy:pages": "gh-pages -d gh-pages",
65+
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages"
6566
},
6667
"keywords": [],
6768
"peerDependencies": {

0 commit comments

Comments
 (0)