Skip to content

Commit

Permalink
remove test from release-it b/c covered in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Nov 2, 2023
1 parent 932c9a8 commit 99f2a9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chat-server/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"before:init": [
"pushd ../chat-core && npm i && npm run build && popd",
"npm run build",
"npm run lint",
"npm run test"
"npm run lint"
]
},
"plugins": {
Expand Down

0 comments on commit 99f2a9b

Please sign in to comment.