瀏覽代碼

Update install

eric_G 10 月之前
父節點
當前提交
c666400e05
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      scripts/install

+ 3 - 3
scripts/install

@@ -45,9 +45,9 @@ ynh_script_progression "Building the app..."
 
 
 pushd $install_dir
 pushd $install_dir
 	ynh_hide_warnings corepack enable && corepack prepare pnpm@latest --activate
 	ynh_hide_warnings corepack enable && corepack prepare pnpm@latest --activate
-	ynh_hide_warnings ynh_exec_as_app yarn install
-	ynh_hide_warnings ynh_exec_as_app NODE_ENV=production yarn build
-	ynh_hide_warnings ynh_exec_as_app yarn db:migrate
+	ynh_hide_warnings ynh_exec_as_app pnpm install
+	ynh_hide_warnings ynh_exec_as_app NODE_ENV=production pnpm build
+	ynh_hide_warnings ynh_exec_as_app pnpm db:migrate
 popd
 popd
 
 
 #=================================================
 #=================================================