Skip to content

Commit 6503b0b

Browse files
Update netlify preview command (#2325)
1 parent 199a49f commit 6503b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[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'"
2+
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'"
33
# base = "wcag-act-rules-tmp"
44
publish = "wcag-act-rules-tmp/_site"
55

0 commit comments

Comments
 (0)