build(hololake): use runner config loading
This commit is contained in:
parent
dc1a32a52b
commit
1cde630864
4 changed files with 16 additions and 11 deletions
|
|
@ -20,4 +20,6 @@ test('local native candidate has an isolated macOS package identity', async () =
|
|||
packageJson.scripts['package:local-candidate:macos'],
|
||||
/tauri\.local-candidate\.conf\.json/,
|
||||
)
|
||||
assert.match(packageJson.scripts.build, /--configLoader runner/)
|
||||
assert.match(packageJson.scripts['test:native-core'], /--configLoader runner/)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue