Skip to content

Commit

Permalink
Update npm command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jan 16, 2024
1 parent fcb2e0f commit f0ea69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
npm ci
npm install
- name: Build and release
env:
Expand Down

1 comment on commit f0ea69d

@vercel
Copy link

@vercel vercel bot commented on f0ea69d Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-sunner.vercel.app
chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.