npm 安装 Azure Devops
npm install Azure Devops
请帮助我为项目设置 npm install tall。我的项目在gitlab上,我搭建好pipeline,然后发布。我不明白我需要指定 npm install 的文件夹路径,因为只有来自工件的文件给我一个选择。可能是我管道配置不正确?
folder1
folder2
要解决这个问题,您只需要在发布管道中编写一个脚本 (npm install)enter image description here
请帮助我为项目设置 npm install tall。我的项目在gitlab上,我搭建好pipeline,然后发布。我不明白我需要指定 npm install 的文件夹路径,因为只有来自工件的文件给我一个选择。可能是我管道配置不正确?
folder1 folder2
要解决这个问题,您只需要在发布管道中编写一个脚本 (npm install)enter image description here