Skip to content

Commit fdef42b

Browse files
committed
Fix CI
1 parent a0b9f4d commit fdef42b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ node_package/webpack.config.js
1515
**/public/packs*/*
1616
gen-examples
1717
bundle/
18+
# Can't get it working in CI
19+
knip.ts

.github/workflows/package-js-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
path: node_modules
3535
key: v5-package-node-modules-cache-${{ hashFiles('yarn.lock') }}
36+
- name: run conversion script
37+
if: matrix.versions == 'oldest'
38+
run: script/convert
3639
- name: Install Node modules with Yarn for renderer package
3740
run: |
3841
yarn install --no-progress --no-emoji

0 commit comments

Comments
 (0)