Skip to content

Commit cf2be11

Browse files
committed
build: use bundle in ruby tasks
1 parent 4bafefb commit cf2be11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"license": "MIT",
1010
"private": true,
1111
"scripts": {
12-
"build": "jekyll build",
12+
"build": "bundle exec jekyll build",
1313
"clean": "del _site .jekyll-cache Gemfile.lock ./*.gem",
1414
"format": "prettier --write .",
1515
"format:check": "prettier --check .",
1616
"gem:publish": "gem push $(gem build | grep File: | cut -c 9-)",
1717
"lint": "eslint && stylelint '**/*.scss'",
1818
"normalize": "cp -rf node_modules/normalize.css/normalize.css _sass/_normalize.scss && prettier _sass/_normalize.scss --write",
1919
"prepare": "husky",
20-
"start": "jekyll serve -o",
20+
"start": "bundle exec jekyll serve -o",
2121
"verify": "npm run format:check && npm run lint && npm run build"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)