bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Tommy Adamos
2019-01-23 17:57:42 +00:00
parent 5fd3726998
commit b6f7ca5511

View File

@@ -11,6 +11,7 @@ pipelines:
caches:
- node
script:
- umask 0022
- npm install
- node_modules/.bin/ng build --prod
- tar cfz /tmp/$BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG.tgz -C dist/hima/ .