Skip to content

Commit

Permalink
fix: try to fix clean-publish + changeset publish again (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 26, 2021
1 parent 85cf98b commit cad2e05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-crews-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"synckit": patch
---

fix: try to fix clean-publish + changeset publish again
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synckit",
"version": "0.1.2",
"version": "0.1.3",
"description": "Perform async work synchronously in Node.js using a separate process with first-class TypeScript support",
"repository": "git+https://github.com/rx-ts/synckit.git",
"author": "JounQin <admin@1stg.me>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly --max-warnings 10",
"lint:tsc": "tsc --noEmit",
"postinstall": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "yarn build",
"release": "clean-publish && changeset publish",
"test": "jest",
Expand All @@ -59,6 +59,9 @@
"typescript": "^4.2.4",
"yarn-deduplicate": "^3.1.0"
},
"clean-publish": {
"packageManager": "npm"
},
"commitlint": {
"extends": "@1stg"
},
Expand Down

0 comments on commit cad2e05

Please sign in to comment.