Skip to content

Commit

Permalink
Remove "publish" script which cause infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Dec 17, 2024
1 parent 7a4c814 commit 7009f91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"git:branch:safe-delete": "echo '> git log --graph --left-right --cherry --oneline another-branch...main'",
"git:forget": "git rm -r --cached . && git add . && git commit -m \"Forget all ignored files\"",
"test:specs": "echo \"Error: test:specs is not supported\"",
"prepare": "husky install",
"publish": "pnpm build && npm publish"
"prepare": "husky install"
},
"main": "./dist/zenuml.js",
"module": "./dist/zenuml.esm.mjs",
Expand Down

0 comments on commit 7009f91

Please sign in to comment.