We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3198ee1 commit 1ce812aCopy full SHA for 1ce812a
package.json
@@ -8,7 +8,8 @@
8
"build": "ncc build src/main.ts --minify",
9
"test": "jest",
10
"fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
11
- "fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\""
+ "fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\"",
12
+ "updatetag": "git tag -d v2 && git push origin :v2 && git tag -a v2 -m '' && git push origin v2"
13
},
14
"repository": {
15
"type": "git",
0 commit comments