Skip to content

Commit

Permalink
chore(package): version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Oct 27, 2023
1 parent 8fd734f commit 9d3f479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "tap -J -R specy --no-coverage test/*test.js",
"test:typescript": "tsd",
"performance": "npm run lint && node performanceTest/test"
"performance": "npm run lint && node performanceTest/test",
"preversion": "npm run test && git push",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@fastify/multipart": "8.0.0",
Expand Down

0 comments on commit 9d3f479

Please sign in to comment.