Skip to content

Commit

Permalink
build: no rollup cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lewgordon-amplitude committed Jun 5, 2024
1 parent bb4509d commit 5844b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rrdom/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const _typescript = typescript as unknown as typeof typescript.default;
export async function compileTSCode(inputFilePath: string) {
const bundle = await rollup.rollup({
input: inputFilePath,
cache: false,
plugins: [
resolve() as unknown as rollup.Plugin,
_typescript({
Expand Down

0 comments on commit 5844b67

Please sign in to comment.