We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4f73 commit f700f6eCopy full SHA for f700f6e
package.json
@@ -31,7 +31,7 @@
31
"test": "lerna run test --concurrency 1",
32
"test:coverage": "lerna run --concurrency 1 test -- --coverage",
33
"test:update": "lerna run --concurrency 1 test -- -u",
34
- "version": "yarn && ghc-doc-link-rewrite && git stage -u yarn.lock **/*/package.json **/*/README.md"
+ "version": "yarn && ghc-doc-link-rewrite && git stage -u yarn.lock packages/**/package.json packages/**/*.md"
35
},
36
"workspaces": [
37
"packages/*"
0 commit comments