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 dbd44fc commit 405c357Copy full SHA for 405c357
package.json
@@ -29,7 +29,9 @@
29
"lint:fix": "eslint validation-output.ts --fix",
30
"format": "prettier --check validation-output.ts",
31
"format:fix": "prettier --write validation-output.ts",
32
- "prepublishOnly": "npm run format && npm run lint && npm run build"
+ "prepublishOnly": "npm run format && npm run lint && npm run build",
33
+ "preversion": "npm run format && npm run lint",
34
+ "postversion": "git push && git push --tags && npm publish"
35
},
36
"devDependencies": {
37
"@eslint/js": "^9.38.0",
0 commit comments