Skip to content

Commit

Permalink
fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Sep 15, 2023
1 parent 5f7ff9c commit af35a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mapbox-gl-controls",
"private": true,
"scripts": {
"lint": "eslint packages/**/src/*.js --fix"
"lint": "eslint packages/**/src/*.js"
},
"devDependencies": {
"eslint": "8.22.0",
Expand Down

0 comments on commit af35a10

Please sign in to comment.