We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53499 commit c46ae6aCopy full SHA for c46ae6a
.github/workflows/checks.yml
@@ -131,7 +131,7 @@ jobs:
131
js-runtime-version: ${{ matrix.js-runtime.version }}
132
workspace: "testcontainers"
133
- name: Build testcontainers
134
- run: ${{ steps.npm-install.outputs.script_cmd }} run build --workspace packages/testcontainers
+ run: npm run build --workspace packages/testcontainers
135
- name: Remove dev dependencies
136
run: npm prune --omit=dev --workspace packages/testcontainers
137
- name: Run CommonJS module smoke test
0 commit comments