Skip to content

Commit

Permalink
fix: Remove vendor too
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 11, 2022
1 parent dd4bf03 commit 1a3488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ craft: up
nuke:
docker-compose down -v
rm -f cms/composer.lock
rm -f cms/composer.lock
rm -rf cms/vendor/
docker-compose up --build --force-recreate
ssh: up
docker exec -it ${CONTAINER} /bin/sh
Expand Down

0 comments on commit 1a3488c

Please sign in to comment.