Skip to content

Commit 9d3f479

Browse files
committed
chore(package): version scripts
1 parent 8fd734f commit 9d3f479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"test": "npm run test:unit && npm run test:typescript",
3636
"test:unit": "tap -J -R specy --no-coverage test/*test.js",
3737
"test:typescript": "tsd",
38-
"performance": "npm run lint && node performanceTest/test"
38+
"performance": "npm run lint && node performanceTest/test",
39+
"preversion": "npm run test && git push",
40+
"postversion": "git push && git push --tags"
3941
},
4042
"devDependencies": {
4143
"@fastify/multipart": "8.0.0",

0 commit comments

Comments
 (0)