Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bienfait-ijambo committed Aug 22, 2024
1 parent 28b6475 commit 60333db
Show file tree
Hide file tree
Showing 56 changed files with 401 additions and 455 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: npm install

- name: Run tests
run: npm run build-only
run: npm run test:unit

- name: Remove dist folder
run: rm -rf dist

- name: Build app
run: npm run build
run: npm run build-only

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

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

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

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 60333db

Please sign in to comment.