Skip to content

Commit

Permalink
v1.3.1 bug-fix: Updated workflow file to fix the infinite run bug
Browse files Browse the repository at this point in the history
  • Loading branch information
achhayapathak committed Jun 23, 2024
1 parent f48b26d commit 0e341d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Create a build
run: npm link

- name: Run the server
run: tt-host

- name: Run the client
run: tt-join

- name: Publish to NPM
run: npm publish
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termtalk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Npm package to securely chat with your friend through your CLI.",
"scripts": {
"host": "node ./server/server.js",
Expand Down

0 comments on commit 0e341d8

Please sign in to comment.