Skip to content

Commit

Permalink
base includes pxt-core / helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Sep 17, 2024
1 parent 0d828da commit 06e347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5441,7 +5441,7 @@ export async function buildCoreDeclarationFiles(parsed: commandParser.ParsedComm
nodeutil.mkdirP(builtFolder);
process.chdir(cwd);

const host = shareId ? new Host() : new SnippetHost("decl-build", { "main.ts" : "" }, { "blocksprj": "*" }, true);
const host = shareId ? new Host() : new SnippetHost("decl-build", { "main.ts" : "" }, { "blocksprj": "*" });
const mainPkg = new pxt.MainPackage(host);

if (shareId) {
Expand Down

0 comments on commit 06e347f

Please sign in to comment.