Skip to content

Commit

Permalink
Switch to npm to see if it fixes gh action error
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed May 26, 2024
1 parent 9309594 commit 43bff79
Show file tree
Hide file tree
Showing 5 changed files with 12,558 additions and 7,824 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:

- name: Build
run: |
npm install -g yarn
yarn
npm install
- name: Lint
run: |
yarn lint
npm run lint
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Build

```sh
yarn build # Generate the dist/bundle.js
npm run build # Generate the dist/bundle.js
```

### Package a zip

```sh
yarn package
npm run package
```
Loading

0 comments on commit 43bff79

Please sign in to comment.