Skip to content

Commit

Permalink
ant-d package
Browse files Browse the repository at this point in the history
  • Loading branch information
popvaxDev committed Sep 16, 2024
1 parent be7bff4 commit e5373e4
Show file tree
Hide file tree
Showing 3 changed files with 1,062 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: Clear npm cache
run: npm cache clean --force
- name: install frontend dependencies
run: npm install # change this to npm, pnpm or bun depending on which one you use.
- name: List installed npm packages
run: npm list

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
Loading

0 comments on commit e5373e4

Please sign in to comment.