Skip to content

Commit

Permalink
chores: Update package.json to include auto version bump and git add …
Browse files Browse the repository at this point in the history
…command
  • Loading branch information
nguyenvanduocit committed Mar 2, 2023
1 parent 216bdc3 commit ae6de19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"format": "prettier --write ."
},
"keywords": [],
Expand Down

0 comments on commit ae6de19

Please sign in to comment.