Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Remove unneeded preversion and postversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 4, 2022
1 parent 9ccf3e2 commit 7c11806
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"test-debug-win": "node --inspect-brk=5858 ./node_modules/jest/bin/jest.js",
"coveralls-ci": "cat ./coverage/lcov.info | coveralls",
"prepare": "yarn run build",
"preversion": "yarn test",
"version": "manual-git-changelog onversion",
"postversion": "git push && git push --tags",
"sparqlee": "./dist/bin/sparqlee.js"
"version": "manual-git-changelog onversion"
},
"bin": {
"sparqlee": "dist/bin/sparqlee.js"
Expand Down

0 comments on commit 7c11806

Please sign in to comment.