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 a4b0950 commit 0a0e60aCopy full SHA for 0a0e60a
package.json
@@ -26,7 +26,8 @@
26
"clean": "rm -rf lib/",
27
"prepublishOnly": "bun run clean && bun run build",
28
"example:benchmark": "bun run examples/local-gateway-server.ts",
29
- "deploy": "bun run prepublishOnly && bun publish"
+ "deploy": "bun run prepublishOnly && bun publish",
30
+ "actions": "DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}') act"
31
},
32
"repository": {
33
"type": "git",
0 commit comments