Skip to content

Commit 824efe8

Browse files
committed
chore: fix publish
1 parent ce4f7f9 commit 824efe8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"prettier:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
2929
"prettier:write": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
3030
"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"
31+
"postversion": "git push && git push --tags"
3332
},
3433
"mocha": {
3534
"extension": [

0 commit comments

Comments
 (0)