Skip to content

Commit ea7deab

Browse files
committed
fix(netlify build): install needed bundler
1 parent 132aa65 commit ea7deab

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,3 +1,3 @@
11
[build]
22
publish = "_site/"
3-
command = "npm run build:api-markup && npm run webpack:prod && jekyll build"
3+
command = "gem install bundler -v '2.1.4' && npm run build:api-markup && npm run webpack:prod && jekyll build"

0 commit comments

Comments
 (0)