chore(tools): fix typos (#1018)
This commit is contained in:
parent
fe203417d9
commit
aca79c1007
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ init_files() {
|
||||||
_sedi "s/^img_cdn:.*/img_cdn:/;s/^avatar:.*/avatar:/" _config.yml
|
_sedi "s/^img_cdn:.*/img_cdn:/;s/^avatar:.*/avatar:/" _config.yml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove the other fies
|
# remove the other files
|
||||||
rm -rf _posts/*
|
rm -rf _posts/*
|
||||||
|
|
||||||
# build assest
|
# build assets
|
||||||
npm i && npm run build
|
npm i && npm run build
|
||||||
|
|
||||||
# track the js output
|
# track the js output
|
||||||
|
|
Loading…
Reference in a new issue