Skip to content

Commit

Permalink
Fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Aug 16, 2024
1 parent 6358e85 commit d362108
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 100 deletions.
49 changes: 0 additions & 49 deletions .idea/leantime-oss.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 0 additions & 49 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUNNING_DOCKER_CONTAINERS:= $(shell docker ps -a -q)
RUNNING_DOCKER_VOLUMES:= $(shell docker volume ls -q)

install-deps-dev:
npm install --dev
npm install
composer install

install-deps:
npm install --production
npm install
composer install --no-dev --optimize-autoloader

build: install-deps
Expand Down

0 comments on commit d362108

Please sign in to comment.