Skip to content

Commit

Permalink
✏️ Rename PHP and JS install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 11, 2024
1 parent d276072 commit 740da7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: install php_deps node_deps check fix test debug
.PHONY: install install-js install-php check fix test debug

install: node_deps php_deps
install: install-js install-php

node_deps: node_modules pnpm-lock.yaml

Expand Down

0 comments on commit 740da7c

Please sign in to comment.