We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36c2dcb + debe8cc commit 287b268Copy full SHA for 287b268
Taskfile.yml
@@ -515,8 +515,7 @@ tasks:
515
Environment variable parameters:
516
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
517
run: when_changed
518
- dir: |
519
- "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
+ dir: "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
520
cmds:
521
- npm install
522
0 commit comments