fix(cli): build runtime assets during dev setup (#121)

This commit is contained in:
Andrey Avtomonov 2026-05-17 01:04:44 +02:00 committed by GitHub
parent c7e6b5001d
commit de72a10ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 85 additions and 7 deletions

View file

@ -22,6 +22,7 @@ test('runSetupDev runs phased setup without global linking', async () => {
['pnpm', ['install', '--frozen-lockfile']],
['pnpm', ['run', 'native:rebuild']],
['pnpm', ['run', 'build']],
['pnpm', ['run', 'artifacts:build-runtime']],
[process.execPath, ['packages/cli/dist/bin.js', 'status', '--no-input']],
],
);