File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
2
publish = " _site/"
3
- command = " gem install bundler -v '2.1.4' && npm run build:api-markup && npm run webpack:prod && bundle exec jekyll build "
3
+ command = " gem install bundler -v '2.1.4' && npm run build"
Original file line number Diff line number Diff line change 4
4
"description" : " the docs for Basil.js" ,
5
5
"scripts" : {
6
6
"dev" : " npm-run-all --parallel webpack:dev jekyll:dev" ,
7
+ "build" : " npm run build:api-markup && npm run webpack:prod && bundle exec jekyll build" ,
7
8
"test" : " echo \" no test specified\" && exit 0" ,
8
9
"webpack:dev" : " cross-env NODE_ENV=development webpack --progress --info-verbosity --colors --config webpack/webpack.config.dev.js" ,
9
10
"webpack:prod" : " cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors" ,
You can’t perform that action at this time.
0 commit comments