Skip to content

Commit

Permalink
fix: add unstaged changes when executing standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent 092754a commit 93430e0
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 @@ -27,7 +27,7 @@
"build": "NODE_PATH=./src tsc -p tsconfig.json",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"update-deps": "updates -u -g -c",
"update-version": "standard-version",
"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",
Expand Down

0 comments on commit 93430e0

Please sign in to comment.