mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 09:50:10 -06:00
* Initialized Gitpod tested scripts * ignored ports 1025 and 8025 * added website dev environment * removed api and error tasks and prioritized web task to be shown first
5 lines
172 B
Bash
5 lines
172 B
Bash
for task in $(yq -r -oy '.pipeline."@formbricks/web#go".dependsOn[]' turbo.json); do
|
|
package="${task%#*}"
|
|
command="${task#*#}"
|
|
turbo --filter "$package" $command
|
|
done |