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 の dev 依存関係ですが、ng が見つかりません。
bash: ng: command not found
私が見逃した、または間違っていたステップは何ですか? ありがとうございました