Skip to content

Commit

Permalink
Merge pull request #15 from nrc-cnrc/UI_changes
Browse files Browse the repository at this point in the history
fixed workflow
  • Loading branch information
dlothian authored Jan 15, 2024
2 parents 23f4991 + 8d1559f commit eb6b139
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions VerbApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
"devServerTarget": "app:serve:production"
}
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
}
Expand Down
171 changes: 171 additions & 0 deletions VerbApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion VerbApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/router": "^13.3.11",
"@awesome-cordova-plugins/network": "^6.4.0",
"@awesome-cordova-plugins/splash-screen": "^6.4.0",
"@awesome-cordova-plugins/status-bar": "^6.4.0",
"@awesome-cordova-plugins/status-bar": "^6.4.0",
"@capacitor/android": "3.6.0",
"@capacitor/app": "1.1.1",
"@capacitor/core": "3.6.0",
Expand All @@ -44,6 +44,7 @@
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^1.0.7",
"codelyzer": "^6.0.2",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-ionic-keyboard": "^2.0.5",
Expand Down

0 comments on commit eb6b139

Please sign in to comment.