Skip to content

Commit f7138c3

Browse files
committed
feat: update install task to source bashrc after pnpm installation
1 parent 3444f52 commit f7138c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Task
3232
uses: arduino/setup-task@v2
3333

34-
- name: Install dprint
34+
- name: Install
3535
run: |
3636
task install
3737

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks:
77
cmds:
88
- curl -fsSL https://dprint.dev/install.sh | sh -s {{ .DPRINT_VERSION }}
99
- mkdir -p .bin && cp $HOME/.dprint/bin/dprint .bin/dprint # workaround for local install
10-
- curl -fsSL https://get.pnpm.io/install.sh | sh -
10+
- curl -fsSL https://get.pnpm.io/install.sh | sh - && source ~/.bashrc
1111

1212
fmt:
1313
desc: Run format

0 commit comments

Comments
 (0)