mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 02:34:23 +08:00
Update build.sh to install mdl with sudo.
This commit is contained in:
2
build.sh
2
build.sh
@@ -7,7 +7,7 @@ tput setaf 2; echo "Cleaning up..."; tput sgr0
|
|||||||
rm ./node_modules -rf
|
rm ./node_modules -rf
|
||||||
|
|
||||||
tput setaf 2; echo "Installing markdown lint"; tput sgr0
|
tput setaf 2; echo "Installing markdown lint"; tput sgr0
|
||||||
gem install mdl
|
gem install mdl || sudo gem install mdl
|
||||||
|
|
||||||
tput setaf 2; echo "Generating new readme and mkdocs"; tput sgr0
|
tput setaf 2; echo "Generating new readme and mkdocs"; tput sgr0
|
||||||
node ./.github/readme-generate.js
|
node ./.github/readme-generate.js
|
||||||
|
|||||||
Reference in New Issue
Block a user