Skip to content

Commit

Permalink
Remove license gen from build step since there is an env build diff
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Mar 27, 2024
1 parent 39a7814 commit c9a48b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ publish_dry: test
@echo "-------------------"
@echo "Running publish_dry"
@echo "-------------------"
@echo "Generating license file"
cargo about generate about.hbs > license.html
@if [ -n "$$(git status --porcelain)" ]; then \
git diff; \
echo "There are uncommitted changes." && exit 1; \
fi
@echo "Publish dry run"
cargo publish --dry-run

test: build
Expand Down

0 comments on commit c9a48b5

Please sign in to comment.