Skip to content

Commit

Permalink
build: no git pending change before release
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 18, 2023
1 parent 477c633 commit c45b4d6
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 @@ -86,7 +86,7 @@
"lint": "npm run lint:lib && npm run lint:samples",
"lint:lib": "eslint --fix lib/*.js",
"lint:samples": "eslint --fix samples/*.js",
"prerelease": "npm run build",
"prerelease": "npm run build && git update-index --refresh && git diff-index --quiet HEAD --",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
Expand Down

0 comments on commit c45b4d6

Please sign in to comment.