Skip to content

Commit

Permalink
chore: add postversion script to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Gustav Grusell <[email protected]>
  • Loading branch information
grusell committed Jun 17, 2024
1 parent 1363685 commit 5130864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lint": "eslint .",
"pretty": "prettier --check --ignore-unknown .",
"typecheck": "tsc --noEmit -p tsconfig.json",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"postversion": "git push && git push --tags"
},
"author": "Eyevinn Technology <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5130864

Please sign in to comment.