Skip to content

Commit

Permalink
echo start for timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Imam authored and Mehdi Imam committed Jul 14, 2020
1 parent 4a65dbd commit 7dc1ba3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 51 deletions.
64 changes: 15 additions & 49 deletions AppKubernetes/ClientApp/package-lock.json

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

5 changes: 3 additions & 2 deletions AppKubernetes/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "echo Starting... && ng serve",
"build": "ng build",
"build:ssr": "ng run AppKubernetes:server:dev",
"test": "ng test",
Expand All @@ -22,13 +22,14 @@
"@angular/platform-server": "10.0.3",
"@angular/router": "10.0.3",
"@nguniversal/module-map-ngfactory-loader": "^8.2.6",
"@schematics/angular": "^10.0.2",
"aspnet-prerendering": "^3.0.1",
"bootstrap": "^4.3.1",
"core-js": "^3.3.3",
"jquery": "3.4.1",
"oidc-client": "^1.9.1",
"popper.js": "^1.16.0",
"rxjs": "^6.5.3",
"rxjs": "^6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
Expand Down

0 comments on commit 7dc1ba3

Please sign in to comment.