Skip to content

Commit

Permalink
Delete renamed examples (#1516)
Browse files Browse the repository at this point in the history
Delete examples before generation.
  • Loading branch information
therve authored May 25, 2022
1 parent fd86d5a commit 3133587
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all
all: .generator
@rm -rf api/*
@rm -rf api/* examples/*
@pre-commit run --all-files --hook-stage=manual generator-v1 || true
@pre-commit run --all-files --hook-stage=manual generator-v2 || true
@pre-commit run --all-files --hook-stage=manual examples || true
Expand Down

This file was deleted.

0 comments on commit 3133587

Please sign in to comment.