mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
✨ Minor code fixes.
This commit is contained in:
parent
91aa8862ff
commit
8aad43883f
3 changed files with 3 additions and 5 deletions
|
@ -171,7 +171,7 @@ the sources and dependencies of the platform ready to be deployed):
|
||||||
|
|
||||||
This will generate on current directory one file and one
|
This will generate on current directory one file and one
|
||||||
directory. The most important is the file like
|
directory. The most important is the file like
|
||||||
`uxbox-2020.09.09-1343.tar.xz`.
|
`uxbox-2020.09.09-1343.tar.xz`.
|
||||||
|
|
||||||
Then, let's proceed to build the docker images with the bundle
|
Then, let's proceed to build the docker images with the bundle
|
||||||
generated from the previous step.
|
generated from the previous step.
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,8 +173,6 @@ case $1 in
|
||||||
build-testenv ${@:2}
|
build-testenv ${@:2}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## testin related commands
|
## testin related commands
|
||||||
|
|
||||||
# run-all-tests)
|
# run-all-tests)
|
||||||
|
|
Loading…
Add table
Reference in a new issue