We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd734f commit 9d3f479Copy full SHA for 9d3f479
package.json
@@ -35,7 +35,9 @@
35
"test": "npm run test:unit && npm run test:typescript",
36
"test:unit": "tap -J -R specy --no-coverage test/*test.js",
37
"test:typescript": "tsd",
38
- "performance": "npm run lint && node performanceTest/test"
+ "performance": "npm run lint && node performanceTest/test",
39
+ "preversion": "npm run test && git push",
40
+ "postversion": "git push && git push --tags"
41
},
42
"devDependencies": {
43
"@fastify/multipart": "8.0.0",
0 commit comments