Skip to content

Commit 7804175

Browse files
committed
2.x: Added step to list all the modules with yarn
1 parent 30154bc commit 7804175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version: 20
2323
- name: Install modules
2424
run: yarn install --production=false
25-
# Uses https://oclif.io/
26-
# Not strictly necessary here, but ensures the packing works
25+
- name: List modules installed
26+
run: yarn list --depth=0
2727
- name: Pack the JS
2828
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
2929
- name: Rename the dist/* files

0 commit comments

Comments
 (0)