Skip to content

Commit

Permalink
chore: remove prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Jun 4, 2024
1 parent c782e30 commit d78d6a6
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 @@ -6,8 +6,7 @@
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release",
"prepare": "npm run build",
"prepublishOnly": "npm test"
"prepare": "npm run build"
},
"author": "@RemiBonnet @ctjhoa",
"license": "ISC",
Expand Down

0 comments on commit d78d6a6

Please sign in to comment.