Skip to content

Commit

Permalink
2.x: installing packages as --global
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jun 14, 2024
1 parent ea36fb3 commit 17dc081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ce-dev-devel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 20
- name: Install modules
run: yarn global install --production=false
run: yarn install --production=false --global
- name: List modules installed
run: yarn list --depth=0
- name: Pack the JS
Expand Down

0 comments on commit 17dc081

Please sign in to comment.