Skip to content

Commit 2274880

Browse files
committed
ci: type check needs the build folder for scripts
1 parent bef32bd commit 2274880

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
cache: yarn
4242
- name: Install
4343
run: yarn install --immutable
44+
# necessary because the audit-implementation.mjs script requires the lib/ folder
45+
- name: Build
46+
run: yarn build:esm
4447
- name: Type check
4548
run: yarn type-check
4649

0 commit comments

Comments
 (0)