Skip to content

Commit 724116c

Browse files
committed
Update bundle set local path command
1 parent a25ab64 commit 724116c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ tasks:
2626
vendor:
2727
desc: install vendor files
2828
cmds:
29-
- cmd: bundle install --path vendor
29+
- cmd: bundle config set --local path vendor
30+
- cmd: bundle install
3031

3132
clean:
3233
desc: clean up folders 'site' and 'vendor'

0 commit comments

Comments
 (0)