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.
deno task test-all
1 parent 7233bb0 commit 77ec84aCopy full SHA for 77ec84a
1 file changed
fedify/deno.json
@@ -132,7 +132,12 @@
132
"pnpm:build"
133
]
134
},
135
- "test:cfworkers": "pnpm run test:cfworkers",
+ "test:cfworkers": {
136
+ "command": "pnpm exec wrangler deploy --dry-run --outdir cfworkers && node --import=tsx cfworkers/client.ts",
137
+ "dependencies": [
138
+ "pnpm:build"
139
+ ]
140
+ },
141
"test-all": {
142
"dependencies": [
143
"check",
0 commit comments