Commit 7ab1ba8
committed
fix: Fix pixi tasks for update-from-template and rename-project
- Changed update-from-template-repo task to use explicit bash invocation
- Added rename-project task with proper bash invocation
- Removed ./ prefix from script paths (pixi runs from project root)
- Used { cmd = "..." } format for consistency with other complex tasks
This fixes issues where running via pixi tasks didn't work properly
compared to running the scripts directly.1 parent 89d4168 commit 7ab1ba8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments