Skip to content

Commit

Permalink
chore(package): Add README and package.json at git add
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriouZz committed Oct 24, 2023
1 parent e14000f commit be93190
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 && git add manifest.json versions.json"
"version": "node version-bump.mjs && git add manifest.json versions.json package.json README.md"
},
"files": [
"main.js",
Expand Down

0 comments on commit be93190

Please sign in to comment.