Skip to content

Commit a15109d

Browse files
Fix hosting command
1 parent 0eda50b commit a15109d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test": "mocha -r ts-node/register test/test*.ts",
6868
"format": "prettier --write src",
6969
"version": "npm test && npm run build && git add -A dist",
70-
"hosting": "git push origin master:gh-pages -f",
70+
"hosting": "git push origin main:gh-pages -f",
7171
"deploy": "git push --follow-tags && npm run hosting && npm publish",
7272
"update-libs": "cd examples/nodejs && ncu -u && npm i && cd ../typescript && ncu -u && npm i && cd ../webpack && ncu -u && npm i",
7373
"types": "dts-bundle-generator src/main.ts -o ./dist/index.d.ts"

0 commit comments

Comments
 (0)