mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 18:13:29 +00:00
tmp
This commit is contained in:
@@ -34,6 +34,6 @@ concurrently([
|
||||
},
|
||||
...files.map((file) => ({
|
||||
name: path.basename(path.dirname(file)),
|
||||
command: `npx tsc --noEmit --project ${file}`,
|
||||
command: `npx tsgo --noEmit --project ${file}`,
|
||||
})),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user