We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
npm pack
1 parent 5a67923 commit 32c858aCopy full SHA for 32c858a
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
# Build a production tarball and run the integration tests against it.
55
- run: |
56
test "${{ matrix.suite }}" = "cloudflare-worker" && echo "REPLICATE_API_TOKEN=${{ secrets.REPLICATE_API_TOKEN }}" > integration/${{ matrix.suite }}/.dev.vars
57
+ npm clean-install
58
PKG_TARBALL=$(npm --loglevel error pack)
59
npm --prefix integration/${{ matrix.suite }} install
60
npm --prefix integration/${{ matrix.suite }} install "file:/./$PKG_TARBALL"
0 commit comments