Skip to content

Commit

Permalink
fix(package): removed test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Nov 3, 2020
1 parent 8095db2 commit f547b56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"scripts": {
"test": "yarn jest",
"build": "yarn workspaces run build",
"prepublish": "yarn test"
"build": "yarn workspaces run build"
},
"devDependencies": {
"@types/jest": "^26.0.14",
Expand Down

0 comments on commit f547b56

Please sign in to comment.