diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -16,11 +16,11 @@ dev: | |||
| 16 | 16 | ||
| 17 | .PHONY: fmt | 17 | .PHONY: fmt |
| 18 | fmt: | 18 | fmt: |
| 19 | npx prettier --check . '!**/*.min.{css,js}' | 19 | npx prettier --check ./src |
| 20 | 20 | ||
| 21 | .PHONY: fmt.write | 21 | .PHONY: fmt.write |
| 22 | fmt.write: | 22 | fmt.write: |
| 23 | npx prettier --write . '!**/*.min.{css,js}' | 23 | npx prettier --write ./src |
| 24 | 24 | ||
| 25 | .PHONY: run | 25 | .PHONY: run |
| 26 | run: | 26 | run: |
