Skip to content

Commit

Permalink
chore: yarn install lock
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-kfd committed Aug 19, 2024
1 parent 8fc0557 commit aee0539
Show file tree
Hide file tree
Showing 2 changed files with 924 additions and 759 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v2

- name: Install dependencies
run: npm install
run: yarn

- name: Build Demo
run: npm run build
run: yarn build

- name: Deploy
uses: JamesIves/[email protected]
Expand Down
Loading

0 comments on commit aee0539

Please sign in to comment.