no js dev process for web frontend none
All checks were successful
Publish npm package / publish (push) Successful in 19s
All checks were successful
Publish npm package / publish (push) Successful in 19s
This commit is contained in:
4
index.ts
4
index.ts
@@ -62,7 +62,9 @@ const s = p.spinner();
|
||||
s.start("Installing dependencies");
|
||||
await Bun.$`bun install`.cwd(path.join(destDir)).quiet();
|
||||
await Bun.$`bun install`.cwd(path.join(destDir,'packages','rpc')).quiet();
|
||||
await Bun.$`bun install`.cwd(path.join(destDir,'apps','web')).quiet();
|
||||
if (project.frontend !== "none") {
|
||||
await Bun.$`bun install`.cwd(path.join(destDir,'apps','web')).quiet();
|
||||
}
|
||||
s.stop("Dependencies installed.");
|
||||
|
||||
p.outro("You're all set!");
|
||||
|
||||
Reference in New Issue
Block a user