Skip to content

Commit

Permalink
fix: removed pre publish step (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlines authored Sep 27, 2023
1 parent 0fd4664 commit 05b02d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"src"
],
"scripts": {
"prepublishOnly": "npm run test:ci",
"postpublish": "git push origin && git push origin -f --tags",
"lint": "eslint src/**/*.js test/**/*.js src/**/*.ts test/**/*.ts",
"test": "tap --reporter=spec --coverage-report=html --coverage-report=text --100 --no-browser test/*.spec.js test/**/*.spec.js && tsd",
Expand Down

0 comments on commit 05b02d7

Please sign in to comment.