Skip to content

Commit 401e6fc

Browse files
committed
Added build step before running tests
1 parent 2c46667 commit 401e6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 18.x
5050
- name: Install dependencies
5151
run: npm ci
52-
- name: Build PlayCanvas Observer
53-
run: npm run build
52+
- name: Build PlayCanvas Observer (ESM)
53+
run: npm run build:esm
5454
- name: Run Mocha
5555
run: npm run test

0 commit comments

Comments
 (0)