Skip to content

Commit

Permalink
chore(pkg): add post/pre version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jun 8, 2024
1 parent 6e165d5 commit 7add2cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@
"scripts": {
"build": "tsc",
"lint": "eslint .",
"postversion": "git push --follow-tags",
"prebuild": "rimraf ./dist",
"prepublishOnly": "npm run lint && npm run build",
"preversion": "npm run build && npm run test",
"start": "npm run watch",
"test": "npm run lint",
"watch": "npm run build && npm link && nodemon"
Expand Down

0 comments on commit 7add2cd

Please sign in to comment.