10 lines
372 B
TypeScript
10 lines
372 B
TypeScript
|
|
import { generateRootLlms } from './projects/_shared/lib/root-llms';
|
||
|
|
import { run } from './projects/_shared/lib/run';
|
||
|
|
|
||
|
|
run('npm', ['run', 'build:slm-design']);
|
||
|
|
run('npm', ['run', 'build:nextjs-style-guide']);
|
||
|
|
run('npm', ['run', 'build:figma-adaptive-standards']);
|
||
|
|
run('npm', ['run', 'build:template-sync-strategy']);
|
||
|
|
generateRootLlms();
|
||
|
|
run('npm', ['run', 'app:build']);
|