fix zsh
Some checks failed
Deploy ailog / build-and-deploy (push) Failing after 14m36s

This commit is contained in:
2025-06-12 19:23:01 +09:00
parent bf0b72a52d
commit acce1d5af3

View File

@ -36,6 +36,7 @@ function _oauth_build() {
npm i
source .env.production
npm run build
rm -rf $myblog/static/assets
cp -rf dist/* $myblog/static/
cp $oauth/dist/index.html $myblog/templates/oauth-assets.html
#npm run preview