e2e-test: update to call build:all

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-11-15 11:34:06 +01:00
parent 286d474675
commit 410e55990d
+1 -1
View File
@@ -275,7 +275,7 @@ async function createApp(
for (const cmd of [
'install',
'tsc:full',
'build',
'build:all',
'lint:all',
'prettier:check',
'test:all',