Skip to content

Commit

Permalink
refactor(package.json): swap script executions in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Batistella Bellas committed Oct 18, 2021
1 parent a6fb51a commit 721cca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test:coveralls": "jest --config jest.config.json --coverage && coveralls < coverage/lcov.info",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"preversion": "npm run format",
"version": "npm run lint && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
Expand Down

0 comments on commit 721cca2

Please sign in to comment.