mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Allow "require-run: ./client-init" to be disabled for testing framework
This commit is contained in:
parent
00194c0231
commit
4ed2365757
@ -1,5 +1,10 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"require-run: ./client-init"
|
||||
{
|
||||
"type": "require",
|
||||
"path": "./client-init",
|
||||
"run": true,
|
||||
"if": "!flags.contains('marko-widgets/no-client-init')"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user