mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 00:48:22 +00:00
✨ Minor code fixes.
This commit is contained in:
parent
91aa8862ff
commit
8aad43883f
@ -11,6 +11,6 @@ wait_file() {
|
|||||||
((++wait_seconds))
|
((++wait_seconds))
|
||||||
}
|
}
|
||||||
|
|
||||||
wait_file "target/exporter.js" 120 && {
|
wait_file "target/app.js" 120 && {
|
||||||
node target/exporter.js
|
node target/app.js
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user