diff --git a/netlify.toml b/netlify.toml index c4df68228e4..78af2f8220d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -command = "npm run pr:preview && cd wcag-act-rules-tmp && git submodule update --init --remote && bundle install && bundle exec jekyll build --config '_config.yml,_config_staging.yml'" +command = "npm install && npm run pr:preview && cd wcag-act-rules-tmp && git submodule update --init --remote && bundle install && bundle exec jekyll build --config '_config.yml,_config_staging.yml'" # base = "wcag-act-rules-tmp" publish = "wcag-act-rules-tmp/_site"