Skip to content

Commit f700f6e

Browse files
committed
🔧 chore: fix npm script
1 parent c2d4f73 commit f700f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "lerna run test --concurrency 1",
3232
"test:coverage": "lerna run --concurrency 1 test -- --coverage",
3333
"test:update": "lerna run --concurrency 1 test -- -u",
34-
"version": "yarn && ghc-doc-link-rewrite && git stage -u yarn.lock **/*/package.json **/*/README.md"
34+
"version": "yarn && ghc-doc-link-rewrite && git stage -u yarn.lock packages/**/package.json packages/**/*.md"
3535
},
3636
"workspaces": [
3737
"packages/*"

0 commit comments

Comments
 (0)