mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
fix(cli): build runtime assets during dev setup
This commit is contained in:
parent
c7e6b5001d
commit
2ccefa57e4
6 changed files with 85 additions and 7 deletions
|
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"artifacts:build": "node scripts/package-artifacts.mjs build",
|
||||
"artifacts:build-runtime": "node scripts/package-artifacts.mjs build-runtime",
|
||||
"artifacts:check": "node scripts/package-artifacts.mjs check",
|
||||
"artifacts:live-db-smoke": "node scripts/installed-live-database-smoke.mjs",
|
||||
"artifacts:verify": "node scripts/package-artifacts.mjs verify",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue