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 da3d244 commit 758d1bfCopy full SHA for 758d1bf
package.json
@@ -21,7 +21,9 @@
21
"lint:eslint": "eslint . --ext .ts",
22
"lint:prettier": "prettier --check .",
23
"fix:prettier": "prettier --write .",
24
- "prepublishOnly": "npm build"
+ "prepublishOnly": "npm run build",
25
+ "preversion": "npm run build",
26
+ "postversion": "git push && git push --tags"
27
},
28
"prettier": {
29
"printWidth": 100,
0 commit comments