尝试使用 Angular CLI 设置管道并在调用ng build
.
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- npm --version
- npm install
- ng build
angular-cli 是我的 package.json 中的开发依赖项,但找不到 ng。
bash: ng: command not found
我错过了哪一步或做错了什么?谢谢