Skip to content

Commit 7d646ed

Browse files
committed
Fix build steps.
1 parent b7d1267 commit 7d646ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# Run build commands
4444
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec php composer install
4545
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec php php artisan migrate
46+
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec node npm install
4647
docker-compose --env-file .env -f infra/docker/docker-compose.yml exec node npm run build
4748
4849
echo 'done'"

0 commit comments

Comments
 (0)