Skip to content

Commit 409f7d1

Browse files
committed
netlify rspec via bundler too
1 parent 58cfee1 commit 409f7d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[context.branch-deploy]
2-
command = "printf \"url: %s\" \"$DEPLOY_PRIME_URL\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && rspec"
2+
command = "printf \"url: %s\" \"$DEPLOY_PRIME_URL\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && buncle exec rspec"
33

44
[[context.branch-deploy.plugins]]
55
package = "netlify-plugin-seo-lint"
@@ -8,7 +8,7 @@ command = "printf \"url: %s\" \"$DEPLOY_PRIME_URL\" > _preview.yml; bundle exec
88
internalLinksTrailingSlash = false
99

1010
[context.deploy-preview]
11-
command = "printf \"url: %s\" \"https://staging-$REVIEW_ID.cmbuckley.co.uk\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && rspec"
11+
command = "printf \"url: %s\" \"https://staging-$REVIEW_ID.cmbuckley.co.uk\" > _preview.yml; bundle exec jekyll build --config _config.yml,_preview.yml && bundle exec rspec"
1212

1313
[[context.deploy-preview.plugins]]
1414
package = "netlify-plugin-seo-lint"
@@ -25,7 +25,7 @@ package = "netlify-plugin-seo-lint"
2525
internalLinksTrailingSlash = false
2626

2727
[build]
28-
command = "bundle exec jekyll build --config _config.yml,_staging.yml && rspec"
28+
command = "bundle exec jekyll build --config _config.yml,_staging.yml && bundle exec rspec"
2929

3030
[build.environment]
3131
RUBY_VERSION = "3.3.9"

0 commit comments

Comments
 (0)