1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Vercel のビルドステップで Deno コマンドを使う

Last updated at Posted at 2025-07-16

Vercel のビルド用コンテナには Deno がデフォルトでインストールされていませんが、npm 経由で deno コマンドをインストールすることで、deno が使えるようになります。

npm install -g deno

(なお、deno と言う npm package は公式のものなので、安心して使うことが出来ます)

上記を Install command に設定することで、Build command の中で、deno task ... のような deno.json で設定したタスク定義を使うことができるようになります。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?