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 1d2520c commit 1f71298Copy full SHA for 1f71298
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Setup Node.js environment
27
uses: actions/setup-node@v2.1.2
28
- run: npm ci
29
+ - run: npm run build:lib
30
- run: cd projects/angular-material-extensions/google-maps-autocomplete
31
- run: npm run build
32
0 commit comments