We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af85e9a commit c6fbe24Copy full SHA for c6fbe24
package.json
@@ -11,7 +11,7 @@
11
"publish:canary": "lerna publish --conventional-commits -c",
12
"publish": "lerna publish --conventional-commits",
13
"libs:build": "lerna run --stream build",
14
- "postpublish":"npm run --silent docs:build && git add docs/* && git commit -m 'update website'",
+ "postpublish":"npm run --silent docs:build && git add docs/packages/index.html && (git commit -m 'update website' || true)",
15
"docs:build": "lerna run --stream docs:build && node scripts/docs-build-index.js",
16
"updtr": "lerna exec --concurrency 1 -- updtr"
17
},
0 commit comments