Skip to main content
Module

x/deploy/deno.json

Command line tool for Deno Deploy
Go to Latest
File
{ "fmt": { "files": { "exclude": ["action/node_modules/"] } }, "lint": { "files": { "exclude": ["action/node_modules/"] } }, "tasks": { "test": "deno test -A --unstable tests/ src/", "build-action": "deno bundle ./src/utils/mod.ts > ./action/deps.js" }}