mirror of
https://github.com/trycua/computer.git
synced 2026-02-05 21:29:14 -06:00
Install dev dependencies before running type checker
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
try {
|
||||
execSync('pnpm -C libs/typescript install', { stdio: 'inherit' });
|
||||
execSync('pnpm -C libs/typescript -r run typecheck', { stdio: 'inherit' });
|
||||
} catch (err) {
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user