File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,24 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
88cd " $SCRIPT_DIR /.."
99
1010# Generate Getting Started assets
11- node ./tools/generate-docs-contracts.js
11+ node ./tools/generate-docs-contracts.js &
1212
1313# Generate versioned balena-cli docs
14- node ./tools/versioning.js https://github.com/balena-io/balena-cli/blob/master/docs/balena-cli.md
14+ node ./tools/versioning.js https://github.com/balena-io/balena-cli/blob/master/docs/balena-cli.md &
1515
1616# Generate versioned balena-sdk docs
17- node ./tools/versioning.js https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md
17+ node ./tools/versioning.js https://github.com/balena-io/balena-sdk/blob/master/DOCUMENTATION.md &
1818
1919# Generate versioned balena-python-sdk docs
20- node ./tools/versioning.js https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md
20+ node ./tools/versioning.js https://github.com/balena-io/balena-sdk-python/blob/master/DOCUMENTATION.md &
2121
2222# Generate Masterclasses Dynamically
23- ./tools/build-masterclass.sh
23+ ./tools/build-masterclass.sh &
2424
2525# Generate base images docs
26- ./tools/build-base-images.sh
26+ ./tools/build-base-images.sh &
27+
28+ wait
2729
2830# Convert .jpg, .jpeg, .png images to .webp format
2931./tools/convert-images-to-webp.sh
You can’t perform that action at this time.
0 commit comments