Skip to content

Commit

Permalink
shabi npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-context committed Dec 15, 2024
1 parent 6b07716 commit f71993c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:

- name: Build
run: |
npm install
npm run dist:ext
npm run dist:ui
npm i
npm i yarn -g
yarn dist:ext
yarn dist:ui
- name: Commit
run: |
Expand Down

0 comments on commit f71993c

Please sign in to comment.