Skip to content

Commit 8887055

Browse files
authored
Merge branch 'main' into expohisto-p3-export
2 parents cf73e41 + dbe005f commit 8887055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
npm install --ignore-scripts
198198
npm install @types/mocha@^7 mocha@^7 ts-loader@^8 ts-mocha@^8
199199
node ../scripts/version-update.js
200-
tsc --build tsconfig.json tsconfig.esm.json
200+
npx tsc --build tsconfig.json tsconfig.esm.json
201201
202202
- name: Test
203203
working-directory: ./api

0 commit comments

Comments
 (0)