gpt4 book ai didi

node.js - Nestjs:如何构建 nestjs 应用程序并生成 dist 文件夹?

转载 作者:搜寻专家 更新时间:2023-11-01 00:47:37 25 4
gpt4 key购买 nike

我正在尝试编写 jenkins shell 脚本来部署 nestjs 应用程序,我尝试“npm run start:prod”生成 dist 文件夹,但它也为我不需要的应用程序提供服务,

如何构建应用程序?

最佳答案

你可以运行:

npm 运行构建

这只会构建应用程序。当您使用 Nest CLI 生成项目时,可以在生成的 Nest.js 项目中找到此脚本。

脚本本身可能如下所示:

“构建”:“tsc -p tsconfig.build.json”

tsconfig.build.json 的内容可能如下所示:

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "**/*spec.ts"]
}

关于node.js - Nestjs:如何构建 nestjs 应用程序并生成 dist 文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57408349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com