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.
1 parent cfa2460 commit ebd5ed9Copy full SHA for ebd5ed9
.github/workflows/release.yml
@@ -42,8 +42,7 @@ jobs:
42
if: ${{ github.event.release.prerelease }}
43
- run: npm run build:prod -- --base-href /ng2-charts/
44
if: ${{ !github.event.release.prerelease }}
45
- - run: npm run build:schematics
46
- - run: npm run test:schematics
+
47
- name: Upload lib
48
uses: actions/upload-artifact@v4
49
with:
0 commit comments