mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
✨ Minor code fixes.
This commit is contained in:
parent
91aa8862ff
commit
8aad43883f
3 changed files with 3 additions and 5 deletions
|
@ -11,6 +11,6 @@ wait_file() {
|
|||
((++wait_seconds))
|
||||
}
|
||||
|
||||
wait_file "target/exporter.js" 120 && {
|
||||
node target/exporter.js
|
||||
wait_file "target/app.js" 120 && {
|
||||
node target/app.js
|
||||
}
|
||||
|
|
|
@ -173,8 +173,6 @@ case $1 in
|
|||
build-testenv ${@:2}
|
||||
;;
|
||||
|
||||
|
||||
|
||||
## testin related commands
|
||||
|
||||
# run-all-tests)
|
||||
|
|
Loading…
Reference in a new issue