Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 287b268

Browse files
authored
Merge pull request #950 from per1234/fix-task
Fix windows compatibility regression of task `dir` key
2 parents 36c2dcb + debe8cc commit 287b268

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Taskfile.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ tasks:
515515
Environment variable parameters:
516516
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
517517
run: when_changed
518-
dir: |
519-
"{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
518+
dir: "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
520519
cmds:
521520
- npm install
522521

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /