From aca79c10078343669dd0136f42caaa7279bc1dbe Mon Sep 17 00:00:00 2001 From: Penek Suksuda Date: Wed, 3 May 2023 22:51:34 +0700 Subject: [PATCH] chore(tools): fix typos (#1018) --- tools/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/init b/tools/init index 450372a..29b7834 100755 --- a/tools/init +++ b/tools/init @@ -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