mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: make bash script more portable (#5679)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
script_runner = "bash"
|
||||
script = [
|
||||
"""
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
BASE_DIR=$(pwd)
|
||||
crates=("lib-dispatch" "flowy-encrypt" "lib-infra" "flowy-notification" "flowy-date" "flowy-error" "collab-integrate" "flowy-document")
|
||||
|
||||
@ -56,4 +56,4 @@ script = ["""
|
||||
end
|
||||
end
|
||||
"""]
|
||||
script_runner = "@duckscript"
|
||||
script_runner = "@duckscript"
|
||||
|
Reference in New Issue
Block a user