Skip to content

Commit 0a0e60a

Browse files
committed
feat(package): add actions script for local Docker context execution
1 parent a4b0950 commit 0a0e60a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"clean": "rm -rf lib/",
2727
"prepublishOnly": "bun run clean && bun run build",
2828
"example:benchmark": "bun run examples/local-gateway-server.ts",
29-
"deploy": "bun run prepublishOnly && bun publish"
29+
"deploy": "bun run prepublishOnly && bun publish",
30+
"actions": "DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}') act"
3031
},
3132
"repository": {
3233
"type": "git",

0 commit comments

Comments
 (0)