File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
workflow-templates/assets Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -848,8 +848,7 @@ tasks:
848
848
Environment variable parameters:
849
849
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
850
850
run : when_changed
851
- dir : |
852
- "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
851
+ dir : " {{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
853
852
cmds :
854
853
- npm install
855
854
@@ -859,8 +858,7 @@ tasks:
859
858
Fix problems with the npm configuration file.
860
859
Environment variable parameters:
861
860
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
862
- dir : |
863
- "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
861
+ dir : " {{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
864
862
cmds :
865
863
- |
866
864
npm config \
Original file line number Diff line number Diff line change 8
8
Fix problems with the npm configuration file.
9
9
Environment variable parameters:
10
10
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
11
- dir : |
12
- "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
11
+ dir : " {{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
13
12
cmds :
14
13
- |
15
14
npm config \
Original file line number Diff line number Diff line change 14
14
Environment variable parameters:
15
15
- PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
16
16
run : when_changed
17
- dir : |
18
- "{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
17
+ dir : " {{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
19
18
cmds :
20
19
- npm install
You can’t perform that action at this time.
0 commit comments