Skip to content

Commit

Permalink
fix: remove prepublish script (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Mar 10, 2022
1 parent 3e4f331 commit cc89533
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"package": "pnpm build && webpack",
"test": "jest",
"test:coverage": "jest --silent --coverage",
"prepublish": "pnpm package",
"report": "WITH_REPORT=true pnpm package",
"prepack": "pnpm test && pnpm build"
},
Expand Down
1 change: 0 additions & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"package": "pnpm build && webpack",
"test": "jest",
"test:coverage": "jest --silent --env=jsdom && jest --silent --coverage",
"prepublish": "pnpm package",
"report": "WITH_REPORT=true pnpm package",
"prepack": "pnpm test && pnpm build"
},
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"lint": "eslint --ext .ts --ext .tsx src",
"test": "jest",
"test:coverage": "jest --silent --coverage",
"prepublish": "pnpm build",
"report": "WITH_REPORT=true pnpm build",
"prepack": "pnpm test && pnpm build"
},
Expand Down

0 comments on commit cc89533

Please sign in to comment.