Skip to content

Commit

Permalink
Try yarn to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jun 15, 2024
1 parent 0c2ddc4 commit 97c9050
Show file tree
Hide file tree
Showing 3 changed files with 22,115 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
if: runner.os == 'macOS'
run: |
sudo -H pip install setuptools
- name: npm ci
run: npm ci --cache .npm --prefer-offline --include=optional
- run: yarn install
- run: npm run lint
- run: npm test

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"pre-commit": "lint-staged"
}
},
"private": true,
"lint-staged": {
"*.js": "eslint --fix",
"*.jsx": "eslint --fix",
Expand Down
Loading

0 comments on commit 97c9050

Please sign in to comment.