Skip to content

Commit

Permalink
Merge pull request #353 from GSuma21/release-2.5.0
Browse files Browse the repository at this point in the history
issue #fix ansible script
  • Loading branch information
kiranharidas187 authored Jan 19, 2024
2 parents 1e26cfd + b06419a commit 378a6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class GenericTableComponent implements OnInit {
}
}

onCellClick(action: any, columnName: any, element: any) {
onCellClick(action: any, columnName?: any, element?: any) {
let value = {
action:action,
columnName: columnName,
Expand Down
2 changes: 1 addition & 1 deletion src/deployment/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
- name: Remove www folder
shell: rm -rf www
- name: Build pwa app
shell: cd {{project_path}} && ionic build --prod
shell: cd {{project_path}} && ionic build
- name: Start pm2
shell: cd {{project_path}} && pm2 start pm2.config.json

0 comments on commit 378a6c5

Please sign in to comment.