We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4130a0e commit 6030d5eCopy full SHA for 6030d5e
1 file changed
package.json
@@ -19,7 +19,12 @@
19
"_lint": "tslint -s node_modules/custom-tslint-formatters/formatters -t grouped",
20
"lint": "npm run _lint -- -p tsconfig.json",
21
"lint:fix": "npm run lint -- --fix",
22
- "lint:lint-staged": "npm run _lint -- --fix"
+ "lint:lint-staged": "npm run _lint -- --fix",
23
+ "update-pkg-version": "npm --no-git-tag-version version",
24
+ "u": "npm run update-pkg-version",
25
+ "u:patch": "npm run u -- patch",
26
+ "u:minor": "npm run u -- minor",
27
+ "u:major": "npm run u -- major"
28
},
29
"repository": {
30
"type": "git",
0 commit comments