From 81efce1bbe0ceb1553a76b6431f2b3c782646c51 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 5 May 2025 14:43:55 +0200 Subject: [PATCH] Update netlify preview command --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c4df68228e..78af2f8220 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"