Skip to content

Commit 27db6e1

Browse files
committed
chore: add tslib to CI environment
1 parent c91887e commit 27db6e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252
$HOME/.foundry/bin/anvil --version
5353
5454
- name: Install dependencies
55-
run: yarn install
55+
run: |
56+
yarn install
57+
# Add tslib dependency which is required for JSON imports
58+
yarn add tslib
5659
5760
# Temporarily skip linting
5861
# - name: Lint

0 commit comments

Comments
 (0)