Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tootallnate/deno-build-script
https://github.com/tootallnate/deno-build-script
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tootallnate/deno-build-script
- Owner: TooTallNate
- Created: 2022-04-21T21:03:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T01:37:04.000Z (over 2 years ago)
- Last Synced: 2024-10-24T02:44:27.789Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of using a build script written in Deno to output Vercel Build Output API v3.
To create a deployment from source code:
```bash
$ vercel deploy -b ENABLE_VC_BUILD=1
```To create a deployment locally:
```bash
$ vercel build
# `.vercel/output` directory is created
$ vercel deploy --prebuilt
```