feat: upgrade to latest active node LTS version

This commit is contained in:
Karol Sójko
2021-10-26 13:54:13 +02:00
parent 22b0f8e964
commit 36608487ce
5 changed files with 45 additions and 57 deletions

View File

@@ -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..."