fix
This commit is contained in:
@@ -75,7 +75,7 @@ function _server_public() {
|
||||
|
||||
function _oauth_build() {
|
||||
cd $oauth
|
||||
nvm use 21
|
||||
nvm use 25
|
||||
npm i
|
||||
npm run build
|
||||
rm -rf $myblog/static/assets
|
||||
@@ -86,7 +86,7 @@ function _oauth_build() {
|
||||
|
||||
function _pds_build() {
|
||||
cd $pds
|
||||
nvm use 21
|
||||
nvm use 25
|
||||
npm i
|
||||
npm run build
|
||||
rm -rf $myblog/static/pds
|
||||
@@ -95,7 +95,7 @@ function _pds_build() {
|
||||
|
||||
function _pds_server() {
|
||||
cd $pds
|
||||
nvm use 21
|
||||
nvm use 25
|
||||
npm run preview
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user