We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b5947 commit 10c3211Copy full SHA for 10c3211
1 file changed
.github/CONTRIBUTING.md
@@ -0,0 +1,10 @@
1
+# Development
2
+
3
+Set `DENO_DEPLOY_CLI_SPECIFIER` env var to `main.ts` file url on your local
4
+machine.
5
6
+```
7
+export DENO_DEPLOY_CLI_SPECIFIER=file:///path/to/deploy-cli/main.ts
8
9
10
+and run `deno deploy` commands, which uses your local copy of deploy-cli.
0 commit comments