Skip to content

Commit

Permalink
fixing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
NikTheGeek1 committed Nov 21, 2023
1 parent 9c0cfe6 commit 8fe37eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"test": "jest --config jestconfig.json"
},
"files": [
Expand Down

0 comments on commit 8fe37eb

Please sign in to comment.