diff --git a/Makefile b/Makefile index ae0b82f..6c60ac2 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ install: vendor/autoload.php public/build/manifest.json php artisan down php artisan optimize:clear php artisan migrate --force - pnpm run build + npm run build php artisan optimize php artisan up vendor/autoload.php: composer.lock - composer install + php composer.phar install touch vendor/autoload.php public/build/manifest.json: package.json - pnpm install + npm install