Skip to content

Commit

Permalink
fix: build and lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
birobirobiro committed Aug 1, 2024
1 parent 4c405f7 commit f184fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
run: npm ci
run: npm ci --force

- name: 🤹🏻‍♀️ Building the Project
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: npm-linux-

- name: 📦 Installing Dependencies
run: npm ci
run: npm ci --force

- name: 👔 ESLint + Prettier Check
run: npm run lint && npm run format:check

0 comments on commit f184fb2

Please sign in to comment.