0
私はこのbitbucket-pipelines.ymlを持っています。npm run buid
によって作成されたビルドを私のリポジトリにコピーする方法はありますか?ビルドフォルダを自分のリポジトリにコピーする
image: node:6.9.4
pipelines:
branches:
master:
- step:
caches:
- node
script:
- npm install
- npm run build