Skip to content

Commit

Permalink
fix: add modified files for jsdelivr to the staged area after a version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Dec 6, 2022
1 parent 71a621a commit ee493a2
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 @@ -18,7 +18,7 @@
"dep:self-upgrade:minor": "pnpm dep:self-upgrade:major -t minor",
"lint": "pnpm -r exec eslint ./ --ext ts,tsx",
"lint:fix": "pnpm lint --fix",
"version": "node replace-jsdelivr.js"
"version": "node replace-jsdelivr.js && git add ."
},
"author": {
"name": "Marco Montalbano",
Expand Down

0 comments on commit ee493a2

Please sign in to comment.