Skip to content

Commit

Permalink
fix: git add docs after gen in prepare-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent 93430e0 commit 38ece16
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 @@ -30,7 +30,7 @@
"update-version": "standard-version -a",
"prepare": "husky install",
"prepublish": "npm run build",
"prepare": "npm run lint && npm run test && npm run build && npm run docs",
"prepare": "npm run lint && npm run test && npm run build && npm run docs && git add docs",
"release": "npm run prepare && npm run update-version && git push --follow-tags origin main"
},
"devDependencies": {
Expand Down

0 comments on commit 38ece16

Please sign in to comment.