Skip to content

Commit

Permalink
Merge pull request #1555 from BitLucid/feat/autoload-pathing-fixing
Browse files Browse the repository at this point in the history
Add in the checkbase command,
  • Loading branch information
tchalvak authored Oct 6, 2023
2 parents 0987dc0 + 10e3d59 commit a09a648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ check-vendors-installed:

check: pre-test

check-base:
echo "If the following fails, check that /vendor and /deploy/vendor are symlinked, and that composer install has run"
php ./deploy/checkbase.php

js-deps:
node -v
corepack enable
Expand Down

0 comments on commit a09a648

Please sign in to comment.