💚 fix npm install for real?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Walker 2022-12-15 18:35:25 -05:00
parent 7db552dbf9
commit 6fa2678f43
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -7,9 +7,8 @@ steps:
image: jekyll/jekyll image: jekyll/jekyll
environment: environment:
JEKYLL_ENV: production JEKYLL_ENV: production
NODE_ENV: production
commands: commands:
- chown -R jekyll:jekyll /drone - chown -R jekyll:jekyll /drone
- bundle install
- npm install - npm install
- bundle install
- bundle exec jekyll build - bundle exec jekyll build