Skip to content

Commit

Permalink
use correct build script
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Dec 12, 2023
1 parent a2152bb commit 2e7ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcecode/apis/contentauthor/vapor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ environments:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-interaction --prefer-dist --no-dev --optimize-autoloader'
- 'php artisan optimize'
- 'php artisan event:cache'
- 'npm ci && npm run build && rm -rf node_modules'
- 'npm ci && npm run production && rm -rf node_modules'
deploy:
- 'php artisan migrate --force'

0 comments on commit 2e7ed91

Please sign in to comment.