Skip to content

Commit

Permalink
fix: also link-watch ts files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Nov 3, 2022
1 parent 5a2a0fb commit 07f07fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/link-watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function linkWatch({basePath}: {basePath: string}) {
const watch: Required<YalcWatchConfig> = {
folder: 'lib',
command: 'npm run watch',
extensions: 'js,png,svg,gif,jpeg,css',
extensions: 'ts,js,png,svg,gif,jpeg,css',
...packageJson.sanityPlugin?.linkWatch,
}

Expand Down

0 comments on commit 07f07fc

Please sign in to comment.