Skip to content

Commit

Permalink
chore: restrict archived runtime files
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Mar 6, 2024
1 parent b1ad8ae commit 9ed1bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/artifacts/build_runtime_archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ if (!dirname) throw new Error("Missing dirname");

const rootSrc = join(dirname, "..", "..");

// TODO: Limit which files get archived
const files = await glob.glob([
"src/**/*.ts",
"src/{runtime,types}/*.ts",
"src/deps.ts",
], { cwd: rootSrc });

const archiveFiles: Record<string, string> = {};
Expand Down

0 comments on commit 9ed1bc4

Please sign in to comment.