Skip to content

Commit 867559c

Browse files
committed
builder:test
1 parent 1f71298 commit 867559c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ jobs:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2323
- uses: actions/checkout@v2
2424

25-
# Runs
25+
# Runs
2626
- name: Setup Node.js environment
2727
uses: actions/setup-node@v2.1.2
2828
- run: npm ci
2929
- run: npm run build:lib
3030
- run: cd projects/angular-material-extensions/google-maps-autocomplete
3131
- run: npm run build
32-
32+
- run: cd ../../../dist/angular-material-extensions/google-maps-autocomplete
33+
- run: npm pack
34+
3335
# Uploads
3436
- uses: actions/upload-artifact@v2
3537
with:
3638
name: angular-material-extensions-google-maps-autocomplete
37-
path: dist/angular-material-extensions/google-maps-autocomplete
39+
path: dist/angular-material-extensions/google-maps-autocomplete/*.tgz
3840

projects/angular-material-extensions/google-maps-autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/google-maps-autocomplete",
33
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
4-
"version": "4.1.1",
4+
"version": "4.1.1-angular10",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)