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 ce4f7f9 commit 824efe8Copy full SHA for 824efe8
package.json
@@ -28,8 +28,7 @@
28
"prettier:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
29
"prettier:write": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
30
"version": "npm run prettier:write && git add -A src && git add -A test",
31
- "postversion": "git push && git push --tags",
32
- "publish": "npm publish --tag ec"
+ "postversion": "git push && git push --tags"
33
},
34
"mocha": {
35
"extension": [
0 commit comments