Skip to content

Commit 875694e

Browse files
committed
Install dependencies for website (#12566)
1 parent 56b49d0 commit 875694e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release/steps/install-dependencies.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ async function install() {
55
await execa("rm", ["-rf", "node_modules"]);
66
await runYarn(["install"]);
77

8+
await execa("rm", ["-rf", "node_modules"], { cwd: "./website" });
9+
await runYarn(["install"], { cwd: "./website" });
10+
811
const { stdout: status } = await runGit(["ls-files", "-m"]);
912
if (status) {
1013
throw new Error(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy