Skip to content

Commit

Permalink
take3
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Aug 26, 2024
1 parent 7ec03aa commit 61ed36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
run: npm ci --include=optional

- name: Build package
run: npm run build --prefix components/language-picker/common/find-language/
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"nx": "^19.1.2",
"vite": "^5.0.8",
"vitest": "^2.0.5"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "18.0.4"
}
}

0 comments on commit 61ed36f

Please sign in to comment.