Skip to content

Commit

Permalink
docs(static-deploy): add npm install to render's build command (#18
Browse files Browse the repository at this point in the history
resolve #1549

vitejs/vite@52dff2b の反映です。
  • Loading branch information
shuuji3 committed Sep 22, 2024
1 parent 9f9d61c commit a62068a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/static-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ VS Code に拡張機能をインストールし、アプリのルートに移動

4. プロジェクト名とブランチを指定します。

- **Build Command**: `npm run build`
- **Build Command**: `npm install && npm run build`
- **Publish Directory**: `dist`

5. **Create Static Site** をクリックします。
Expand Down

0 comments on commit a62068a

Please sign in to comment.