castopod/scripts/bundle-prepare.sh

9 lines
272 B
Bash

#!/bin/bash
# install only dev dependencies using the --no-dev option
php composer.phar install --no-dev --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
# install js dependencies and build all production UI assets
npm install
npm run build