Skip to content

Commit

Permalink
tec: Provide a command to create an icon sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Sep 6, 2022
1 parent 35f1e1f commit 961c26f
Show file tree
Hide file tree
Showing 3 changed files with 1,271 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ reset: ## Reset the database
rm data/migrations_version.txt || true
$(CLI) system setup

.PHONY: icons-build
icons-build: ## Build the icons asset
$(NPM) run build:icons

.PHONY: test
test: ## Run the test suite
$(PHP) ./vendor/bin/phpunit \
Expand Down

0 comments on commit 961c26f

Please sign in to comment.