diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 8c262144ec6..6c61133e69d 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -197,7 +197,7 @@ jobs: npm install --ignore-scripts npm install @types/mocha@^7 mocha@^7 ts-loader@^8 ts-mocha@^8 node ../scripts/version-update.js - tsc --build tsconfig.json tsconfig.esm.json + npx tsc --build tsconfig.json tsconfig.esm.json - name: Test working-directory: ./api