Skip to content

Commit 32c858a

Browse files
committed
Run npm install before npm pack
1 parent 5a67923 commit 32c858a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# Build a production tarball and run the integration tests against it.
5555
- run: |
5656
test "${{ matrix.suite }}" = "cloudflare-worker" && echo "REPLICATE_API_TOKEN=${{ secrets.REPLICATE_API_TOKEN }}" > integration/${{ matrix.suite }}/.dev.vars
57+
npm clean-install
5758
PKG_TARBALL=$(npm --loglevel error pack)
5859
npm --prefix integration/${{ matrix.suite }} install
5960
npm --prefix integration/${{ matrix.suite }} install "file:/./$PKG_TARBALL"

0 commit comments

Comments
 (0)