Skip to content
Snippets Groups Projects
Commit 9c0442bd authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

filter docs for publishing package

parent 606ffa40
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment