Skip to content

Commit 607b504

Browse files
committed
Add script to update docs
1 parent 1c1562b commit 607b504

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"prepare": "husky install && node scripts/check-release.js || npm run build",
3030
"prepublishOnly": "node scripts/check-release.js",
3131
"release": "node scripts/release.js",
32+
"release:docs": "git checkout master && git pull --ff-only && git branch --force documentation-published master && git push origin documentation-published",
3233
"test": "npm run build && npm run test:all",
3334
"test:update-snapshots": "node scripts/update-snapshots.js",
3435
"test:cjs": "npm run build:cjs && npm run test:only",

0 commit comments

Comments
 (0)