Skip to content

Commit

Permalink
update yarn invocation for warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Oct 3, 2023
1 parent 25ed9c1 commit 208430c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pip install -v -e ".[dev,lint]"

- name: Install JS dependencies
run: jlpm --frozen-lockfile
run: jlpm --immutable

- name: Lint the JS
run: jlpm lint:js:check
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:

jobs:
pre_build:
- jlpm --frozen-lockfile
- jlpm --immutable
- jlpm build
- jlpm dist
# pre-build the lite site to isolate build errors
Expand Down

0 comments on commit 208430c

Please sign in to comment.