-
- Downloads
filter docs for publishing package
... | ... | @@ -7,8 +7,8 @@ |
"lint": "turbo run lint", | ||
"prepare": "husky install", | ||
"test": "turbo run test", | ||
"publish-packages": "turbo run build lint test && changeset version && changeset publish", | ||
"publish-snapshot": "turbo run build lint test && changeset version --snapshot && changeset publish" | ||
"publish-packages": "turbo run build lint test --filter=\"!docs\" && changeset version && changeset publish", | ||
"publish-snapshot": "turbo run build lint test --filter=\"!docs\" && changeset version --snapshot && changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
... | ... |
Please register or sign in to comment