Skip to content

Commit

Permalink
feat: 在模板中暴露 nodeList 变量
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Aug 25, 2019
1 parent a298049 commit c2eeb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export async function generate(config: CommandConfig, artifact: ArtifactConfig):
downloadUrl: getDownloadUrl(config.urlBase, artifactName),
nodes: nodeList,
names: nodeNameList,
nodeList,
provider,
artifactName,
getDownloadUrl: (name: string) => getDownloadUrl(config.urlBase, name),
Expand Down

0 comments on commit c2eeb29

Please sign in to comment.