私は基本的に、新しく追加されたリポジトリ内で npm install と grunt build コマンドを実行したいと考えています。
inputs:
- name: repo
- path:
run:
path: repo/
args:
- npm install
- grunt build
私は基本的に、新しく追加されたリポジトリ内で npm install と grunt build コマンドを実行したいと考えています。
inputs:
- name: repo
- path:
run:
path: repo/
args:
- npm install
- grunt build