Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(static-deploy): add npm install to render's build command #18138

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

DVas138
Copy link
Contributor

@DVas138 DVas138 commented Sep 18, 2024

Adding npm run install to the needed command in render section

Description

Adding npm run install to the needed command in render section
Copy link

stackblitz bot commented Sep 18, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sapphi-red sapphi-red changed the title Update static-deploy.md docs(static-deploy): add npm install to render's build command Sep 19, 2024
@sapphi-red sapphi-red added the documentation Improvements or additions to documentation label Sep 19, 2024
@@ -322,7 +322,7 @@ You can deploy your Vite app as a Static Site on [Render](https://render.com/).

4. Specify a project name and branch.

- **Build Command**: `npm run build`
- **Build Command**: `npm install && npm run build`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for others: npm install is required
https://docs.render.com/deploy-sveltekit#manual-deploy

Copy link
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sapphi-red sapphi-red enabled auto-merge (squash) September 19, 2024 01:53
@sapphi-red sapphi-red merged commit 52dff2b into vitejs:main Sep 19, 2024
8 checks passed
@DVas138 DVas138 deleted the patch-1 branch September 24, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants