We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bafefb commit cf2be11Copy full SHA for cf2be11
1 file changed
package.json
@@ -9,15 +9,15 @@
9
"license": "MIT",
10
"private": true,
11
"scripts": {
12
- "build": "jekyll build",
+ "build": "bundle exec jekyll build",
13
"clean": "del _site .jekyll-cache Gemfile.lock ./*.gem",
14
"format": "prettier --write .",
15
"format:check": "prettier --check .",
16
"gem:publish": "gem push $(gem build | grep File: | cut -c 9-)",
17
"lint": "eslint && stylelint '**/*.scss'",
18
"normalize": "cp -rf node_modules/normalize.css/normalize.css _sass/_normalize.scss && prettier _sass/_normalize.scss --write",
19
"prepare": "husky",
20
- "start": "jekyll serve -o",
+ "start": "bundle exec jekyll serve -o",
21
"verify": "npm run format:check && npm run lint && npm run build"
22
},
23
"dependencies": {
0 commit comments