Skip to content

Commit 0698166

Browse files
committed
update build script
1 parent 0eb1290 commit 0698166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import glob from 'fast-glob'
88
const OUT_DIR = 'dist'
99
await rm(OUT_DIR, { force: true, recursive: true })
1010

11-
const entryPointsESM = await glob('src/**/*.ts', { ignore: ['**/*.test.ts'] })
11+
const entryPointsESM = await glob('src/**/*.ts', { ignore: ['**/*.test.ts', '**/templates/*.ts'] })
1212
const entryPointsCJS = await glob('src/**/*.cts')
1313

1414
/**

0 commit comments

Comments
 (0)