We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199a49f commit 6503b0bCopy full SHA for 6503b0b
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
-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'"
3
# base = "wcag-act-rules-tmp"
4
publish = "wcag-act-rules-tmp/_site"
5
0 commit comments