Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 0d2f46f commit 620d9df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format: # formats all code bases
format: node_modules
(cd authors && make --no-print-dir format)
(cd changelog && make --no-print-dir format)
(cd conventional_commit_config && make --no-print-dir format)
Expand All @@ -11,3 +11,8 @@ licenses:
@echo No license checks necessary in this repo.

.DEFAULT_GOAL := help

node_modules: package-lock.json
echo installing Prettier ...
npm ci
touch node_modules

0 comments on commit 620d9df

Please sign in to comment.