We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607b504 commit a1d35e9Copy full SHA for a1d35e9
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"prepare": "husky install && node scripts/check-release.js || npm run build",
30
"prepublishOnly": "node scripts/check-release.js",
31
"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",
+ "release:docs": "git fetch --update-head-ok origin master:master && git branch --force documentation-published master && git push origin documentation-published",
33
"test": "npm run build && npm run test:all",
34
"test:update-snapshots": "node scripts/update-snapshots.js",
35
"test:cjs": "npm run build:cjs && npm run test:only",
0 commit comments