Skip to content

Commit b3a0f8c

Browse files
committed
update:build
1 parent 867559c commit b3a0f8c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727
uses: actions/setup-node@v2.1.2
2828
- run: npm ci
2929
- run: npm run build:lib
30-
- run: cd projects/angular-material-extensions/google-maps-autocomplete
31-
- run: npm run build
32-
- run: cd ../../../dist/angular-material-extensions/google-maps-autocomplete
33-
- run: npm pack
30+
- run: |
31+
cd projects/angular-material-extensions/google-maps-autocomplete
32+
npm run build
33+
- run: |
34+
cd dist/angular-material-extensions/google-maps-autocomplete
35+
npm pack
3436
3537
# Uploads
3638
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)