mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
fix(cli): build runtime assets during dev setup (#121)
This commit is contained in:
parent
c7e6b5001d
commit
de72a10ffb
6 changed files with 85 additions and 7 deletions
|
|
@ -41,6 +41,12 @@ export async function runSetupDev(options = {}) {
|
|||
args: ['run', 'build'],
|
||||
retry: 'pnpm run build',
|
||||
},
|
||||
{
|
||||
name: 'runtime wheel assets',
|
||||
command: 'pnpm',
|
||||
args: ['run', 'artifacts:build-runtime'],
|
||||
retry: 'pnpm run artifacts:build-runtime',
|
||||
},
|
||||
{
|
||||
name: 'doctor setup',
|
||||
command: process.execPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue