We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 291cb3e + f64c596 commit a408540Copy full SHA for a408540
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V",
15
"develop-inc": "webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V -I",
16
- "build": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=production bundle exec jekyll build --trace -V"
+ "build": "bundle exec jekyll clean && webpack --mode production && bundle exec jekyll build --trace -V"
17
},
18
"devDependencies": {
19
"@babel/cli": "^7.15.7",
0 commit comments