Skip to content

Commit d4d8859

Browse files
committed
Must build first, else error
1 parent 2c6c8f0 commit d4d8859

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
cache: pnpm
6060
- name: Install Dependencies
6161
run: pnpm install --frozen-lockfile
62+
- run: pnpm build
6263
- name: Run Tests
6364
run: pnpm test
6465
# For the Try Scenarios
@@ -80,6 +81,7 @@ jobs:
8081
cache: pnpm
8182
- name: Install Dependencies
8283
run: pnpm install --no-lockfile
84+
- run: pnpm build
8385
- name: Run Tests
8486
run: pnpm test
8587

@@ -132,6 +134,7 @@ jobs:
132134
133135
- name: Install Dependencies
134136
run: pnpm install --no-lockfile
137+
- run: pnpm build
135138
- name: Run Tests
136139
run: |
137140
pnpm test

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ In your app.js or app.ts, or wherever you configure your application
122122
}
123123
```
124124

125+
> [!IMPORTANT]
126+
> `compatModules` finds files via the `exports` in package.json, which means to use this in a library, the library must first be built.
127+
125128
## Contributing
126129

127130
See the [Contributing](CONTRIBUTING.md) guide for details.

0 commit comments

Comments
 (0)