workspace resolution
This commit is contained in:
parent
5acbf66e6b
commit
c0df0a0409
4 changed files with 61 additions and 3 deletions
|
|
@ -8,6 +8,10 @@ runs:
|
|||
shell: bash
|
||||
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Resolve external workspaces
|
||||
shell: bash
|
||||
run: bun "$GITHUB_ACTION_PATH/../../scripts/resolve-workspaces.ts"
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: bun install --frozen-lockfile
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@ runs:
|
|||
shell: bash
|
||||
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Resolve external workspaces
|
||||
shell: bash
|
||||
run: bun "$GITHUB_ACTION_PATH/../../scripts/resolve-workspaces.ts"
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: bun install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue