Skip to content

Commit

Permalink
✏️ Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 12, 2024
1 parent 29776d7 commit 94c8397
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
Expand Up @@ -2,15 +2,15 @@

install: install-js install-php

node_deps: node_modules pnpm-lock.yaml
install-js: node_modules pnpm-lock.yaml

node_modules: package.json packages/ui/package.json website/package.json
pnpm i -r

pnpm-lock.yaml: package.json packages/ui/package.json website/package.json
pnpm up -r

php_deps: vendor composer.lock
install-php: vendor composer.lock

vendor: composer.json
composer i
Expand Down

0 comments on commit 94c8397

Please sign in to comment.