File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -333,19 +333,19 @@ block body
333
333
tr
334
334
td preGenerateCommands
335
335
td: code string[]
336
- td A list of shell commands that is executed before project generation is started
336
+ td A list of shell commands that is always executed before project generation is started
337
337
tr
338
338
td postGenerateCommands
339
339
td: code string[]
340
- td A list of shell commands that is executed after project generation is finished
340
+ td A list of shell commands that is always executed after project generation is finished
341
341
tr
342
342
td preBuildCommands
343
343
td: code string[]
344
- td A list of shell commands that is executed always before the project is built
344
+ td A list of shell commands that is executed before the package is built
345
345
tr
346
346
td postBuildCommands
347
347
td: code string[]
348
- td A list of shell commands that is executed always after the project is built
348
+ td A list of shell commands that is executed after the package is built
349
349
tr
350
350
td preRunCommands
351
351
td: code string[]
Original file line number Diff line number Diff line change @@ -306,19 +306,19 @@ block body
306
306
tr
307
307
td preGenerateCommands
308
308
td: code "<cmd1>" ["<cmd2>" [...]]
309
- td A list of shell commands that is executed before project generation is started
309
+ td A list of shell commands that is always executed before project generation is started
310
310
tr
311
311
td postGenerateCommands
312
312
td: code "<cmd1>" ["<cmd2>" [...]]
313
- td A list of shell commands that is executed after project generation is finished
313
+ td A list of shell commands that is always executed after project generation is finished
314
314
tr
315
315
td preBuildCommands
316
316
td: code "<cmd1>" ["<cmd2>" [...]]
317
- td A list of shell commands that is executed always before the project is built
317
+ td A list of shell commands that is executed before the package is built
318
318
tr
319
319
td postBuildCommands
320
320
td: code "<cmd1>" ["<cmd2>" [...]]
321
- td A list of shell commands that is executed always after the project is built
321
+ td A list of shell commands that is executed after the package is built
322
322
tr
323
323
td preRunCommands
324
324
td: code "<cmd1>" ["<cmd2>" [...]]
You can’t perform that action at this time.
0 commit comments