Skip to content

Commit c6fbe24

Browse files
committed
fix: doc build script
1 parent af85e9a commit c6fbe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"publish:canary": "lerna publish --conventional-commits -c",
1212
"publish": "lerna publish --conventional-commits",
1313
"libs:build": "lerna run --stream build",
14-
"postpublish":"npm run --silent docs:build && git add docs/* && git commit -m 'update website'",
14+
"postpublish":"npm run --silent docs:build && git add docs/packages/index.html && (git commit -m 'update website' || true)",
1515
"docs:build": "lerna run --stream docs:build && node scripts/docs-build-index.js",
1616
"updtr": "lerna exec --concurrency 1 -- updtr"
1717
},

0 commit comments

Comments
 (0)