Update build.js

This commit is contained in:
Stripes
2022-10-27 11:05:10 +03:00
committed by GitHub
parent 01f1ca6322
commit 8988d2784f
+1 -1
View File
@@ -173,7 +173,7 @@ getCached().then(cached => {
'{comments-button}': commentsButton,
'{addon-page}': `${slug(addonManifest.name)}.html`,
'{issue-url}': task.issueUrl,
'{issue-number}': task.issueNumber
'{issue-number}': task.issueNumber,
'{repo-name}': config.author+'/'+config.repository,
'{addon-language}': language,
'{addon-url}': task.url,