Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Sep 19, 2021
1 parent 9d08c9b commit 57c4a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc -b && npx ncc build",
"watch": "tsc -w",
"test": "npx jest --runInBand --detectOpenHandles --colors --verbose --reporters=default",
"preversion": "npm run build && git add -A dist && git commit -m \"auto: Generated\"",
"preversion": "",
"postversion": "git push && git push --tags",
"version": "git add -A source"
},
Expand Down

0 comments on commit 57c4a4a

Please sign in to comment.