Skip to content

Commit ad6b89f

Browse files
fix: use jlpm instead of jlpm install in CI spell-check job
The jlpm command without arguments automatically runs yarn install. This matches the pattern used in build.yml and fixes the 'jlpm: command not found' error.
1 parent 7939ed1 commit ad6b89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2323

2424
- name: Install dependencies
25-
run: jlpm install
25+
run: jlpm
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

0 commit comments

Comments
 (0)