Skip to content

Commit

Permalink
feat: 獨立提交 updatePlugins.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jul 30, 2022
1 parent 61d5940 commit 6914fe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/git/build-commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export default Bluebird.mapSeries([
addFlags: ['--all'],
}).catch(() => void 0);

await lazyCommitFiles([
'./plugin-dev-out/updatePlugins.xml',
], `build(release): updatePlugins.xml`, {
addFlags: ['--all'],
}).catch(() => void 0);

const list = [
'./plugin-dev-out',
] as const;
Expand Down

0 comments on commit 6914fe7

Please sign in to comment.