This commit is contained in:
1
run.zsh
1
run.zsh
@ -36,6 +36,7 @@ function _oauth_build() {
|
|||||||
npm i
|
npm i
|
||||||
source .env.production
|
source .env.production
|
||||||
npm run build
|
npm run build
|
||||||
|
rm -rf $myblog/static/assets
|
||||||
cp -rf dist/* $myblog/static/
|
cp -rf dist/* $myblog/static/
|
||||||
cp $oauth/dist/index.html $myblog/templates/oauth-assets.html
|
cp $oauth/dist/index.html $myblog/templates/oauth-assets.html
|
||||||
#npm run preview
|
#npm run preview
|
||||||
|
Reference in New Issue
Block a user