Skip to content

Commit

Permalink
fix: try to fix clean-publish + changeset publish (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 26, 2021
1 parent ecd017b commit 0336c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-penguins-grab.md
@@ -0,0 +1,5 @@
---
"synckit": patch
---

fix: try to fix clean-publish + changeset publish
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -35,8 +35,7 @@
"lint:tsc": "tsc --noEmit",
"postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "yarn build",
"publish": "clean-publish",
"release": "changeset publish",
"release": "clean-publish && changeset publish",
"test": "jest",
"typecov": "type-coverage"
},
Expand Down

0 comments on commit 0336c22

Please sign in to comment.