File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
projects/angular-material-extensions/google-maps-autocomplete Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments