diff --git a/src/dev.js b/src/dev.js index 330fa77..f40cdfe 100644 --- a/src/dev.js +++ b/src/dev.js @@ -139,7 +139,7 @@ const build = async () => { version: manifest.version, - tags: manifest.tags.concat(AutoTag(jsCode)), + tags: AutoTag(jsCode, manifest.tags), authors: manifest.authors,