Skip to content

Commit

Permalink
chroe: 更新版本 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshangqi committed Dec 7, 2023
1 parent fcf3473 commit 4933acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yuque-chrome-extension",
"version": "0.5.3",
"version": "0.5.4",
"description": "语雀浏览器插件",
"private": true,
"releaseNotes": [
Expand All @@ -16,7 +16,7 @@
"pack-zip": "sh ./scripts/build-zip.sh",
"bundle": "NODE_ENV=production webpack --mode=production",
"bundle:beta": "NODE_ENV=production BETA=beta webpack --mode=production",
"build": "npm run bundle && npm run pack-zip",
"build": "npm run bundle && npm run bundle:beta && npm run pack-zip",
"clean:dist": "sh ./scripts/clean.sh",
"postinstall": "npm run clean:dist",
"contributor": "git-contributor",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const plugins = [
}, origin);
if (isBeta) {
value.name = `${value.name} BETA`;
value.description = `${value.description} (THIS EXTENSION IS FOR BETA TESTING)`
value.description = `${value.description} (THIS EXTENSION IS FOR BETA TESTING)`;
}
return Buffer.from(JSON.stringify(value, null, 2));
},
Expand Down

0 comments on commit 4933acf

Please sign in to comment.