We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a9aa8a + d496661 commit 962329eCopy full SHA for 962329e
.github/workflows/main.yml
@@ -33,13 +33,12 @@ jobs:
33
run: yarn lib:test:ci
34
- name: Coverage
35
run: yarn codecov
36
- - name: Copy built README into dist
37
- run: rm dist/ngx-observable-lifecycle/README.md && cp README.md dist/ngx-observable-lifecycle
38
- - name: Copy LICENSE into dist
39
- run: cp LICENSE dist/ngx-observable-lifecycle
40
- name: Rebuild for release
41
if: contains('refs/heads/master refs/heads/next', github.ref)
42
- run: yarn lib:build:prod
+ run: |
+ yarn lib:build:prod
+ rm dist/ngx-observable-lifecycle/README.md && cp README.md dist/ngx-observable-lifecycle
+ cp LICENSE dist/ngx-observable-lifecycle
43
- name: Release
44
45
env:
0 commit comments