Angular CLIを使用してパイプラインをセットアップしようとしたときに、ng build
を呼び出すときに問題が発生しました。アトラシアンパイプラインと角度CLI
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- npm --version
- npm install
- ng build
角度-CLIは私のpackage.json内のdevの依存関係ですが、NGが見つかりません。
bash: ng: command not found
どのようなステップが間違っていたか、間違っていましたか? ありがとうございました