Skip to content

Commit

Permalink
fix(deploy): install with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Aug 8, 2023
1 parent 5f7b8b2 commit f283db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build
run: |
npm i
npm ci
npm run build
- name: Deploy
Expand Down

1 comment on commit f283db8

@vercel
Copy link

@vercel vercel bot commented on f283db8 Aug 8, 2023

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:

chitchatter – ./

chitchatter-jeremyckahn.vercel.app
chitchatter-git-main-jeremyckahn.vercel.app
chitchatter.vercel.app

Please sign in to comment.