feat: upgrade to latest active node LTS version
This commit is contained in:
@@ -17,9 +17,9 @@ case "$COMMAND" in
|
||||
echo "Prestart Step 2/5 - Cleaning assets"
|
||||
bundle exec rails assets:clobber
|
||||
echo "Prestart Step 3/5 - Installing dependencies"
|
||||
npm install
|
||||
yarn install --pure-lockfile
|
||||
echo "Prestart Step 4/5 - Creating Webpack bundle"
|
||||
npm run bundle
|
||||
yarn run bundle
|
||||
echo "Prestart Step 5/5 - Compiling assets"
|
||||
bundle exec rails assets:precompile
|
||||
echo "Starting Server..."
|
||||
|
||||
Reference in New Issue
Block a user