Skip to content

Commit

Permalink
2.x: Added step to list all the modules with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jun 13, 2024
1 parent 30154bc commit 7804175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ce-dev-devel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
node-version: 20
- name: Install modules
run: yarn install --production=false
# Uses https://oclif.io/
# Not strictly necessary here, but ensures the packing works
- name: List modules installed
run: yarn list --depth=0
- name: Pack the JS
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
- name: Rename the dist/* files
Expand Down

0 comments on commit 7804175

Please sign in to comment.