Skip to content

Commit

Permalink
package.json: Run ngcc after install
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Aug 22, 2021
1 parent 7188e17 commit 4271a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"pub:lib:ng-bootstrap": "cd dist/ngx-tour-ng-bootstrap && npm publish",
"pub:lib:ngx-bootstrap": "cd dist/ngx-tour-ngx-bootstrap && npm publish",
"pub:lib:ngx-popper": "cd dist/ngx-tour-ngx-popper && npm publish",
"pub:lib:md-menu": "cd dist/ngx-tour-md-menu && npm publish"
"pub:lib:md-menu": "cd dist/ngx-tour-md-menu && npm publish",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "^9.1.13",
Expand Down

0 comments on commit 4271a65

Please sign in to comment.