Skip to content

Commit 32474c4

Browse files
committed
Add Deno mention to README
Follow up to #77
1 parent 4c4ee12 commit 32474c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information, please see our complete deployment guide—[Deploy your As
1212

1313
- `path` - Optional: the root location of your Astro project inside the repository.
1414
- `node-version` - Optional: the specific version of Node that should be used to build your site. Defaults to `22`.
15-
- `package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. Accepted values: `npm`, `yarn`, `pnpm`, and `bun`. A version tag is also accepted, for example `[email protected]`, `pnpm@8`, or `bun@latest`. If not provided, version will default to `latest`.
15+
- `package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. Accepted values: `npm`, `yarn`, `pnpm`, `bun`, and `deno`. A version tag is also accepted, for example `[email protected]`, `pnpm@8`, `bun@latest`, or `[email protected]`. If not provided, version will default to `latest`.
1616
- `build-cmd` - Optional: the command to run to build your site. Defaults to `deno task build` for sites using Deno and to `<package-manager> run build` for all other package managers.
1717

1818
### Example workflow:

0 commit comments

Comments
 (0)