Skip to content

Commit 3d7fa5b

Browse files
committed
chore: rebuild lib
1 parent 3377472 commit 3d7fa5b

File tree

6 files changed

+190
-213
lines changed

6 files changed

+190
-213
lines changed

buildTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CONFIG_PATH = await Deno.realPath('./tsconfig.json')
2525
skipAddingFilesFromTsConfig: true,
2626
})
2727

28-
const files = await glob(['src/**/*.vue'])
28+
const files = await glob(['src/**/*.vue', 'src/types/waveform.ts'])
2929
const sourceFiles = []
3030

3131
let index = 1

0 commit comments

Comments
 (0)