chore(tools): fix typos (#1018)

This commit is contained in:
Penek Suksuda 2023-05-03 22:51:34 +07:00 committed by Cotes Chung
parent fe203417d9
commit aca79c1007
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 2 additions and 2 deletions

View File

@ -96,10 +96,10 @@ init_files() {
_sedi "s/^img_cdn:.*/img_cdn:/;s/^avatar:.*/avatar:/" _config.yml
fi
# remove the other fies
# remove the other files
rm -rf _posts/*
# build assest
# build assets
npm i && npm run build
# track the js output