Skip to content

Commit

Permalink
heroku postbuild instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Moskalenko committed Mar 20, 2020
1 parent cecb9d4 commit 8290e57
Show file tree
Hide file tree
Showing 17 changed files with 415 additions and 1 deletion.
395 changes: 395 additions & 0 deletions dist/corona-map/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added dist/corona-map/assets/icons/circle-orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/assets/icons/circle-purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/assets/icons/circle-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/assets/icons/diamond-orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/assets/icons/diamond-purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/assets/icons/diamond-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/corona-map/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions dist/corona-map/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CoronaMap</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.3ff695c00d717f2d2a11.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.c5fa8325f89fc516600b.js" type="module"></script><script src="runtime-es5.c5fa8325f89fc516600b.js" nomodule defer></script><script src="polyfills-es5.3e8196928d184a6e5319.js" nomodule defer></script><script src="polyfills-es2015.5b10b8fd823b6392f1fd.js" type="module"></script><script src="main-es2015.181aedd2bdeacc562b88.js" type="module"></script><script src="main-es5.181aedd2bdeacc562b88.js" nomodule defer></script></body>
</html>
1 change: 1 addition & 0 deletions dist/corona-map/main-es2015.181aedd2bdeacc562b88.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/corona-map/main-es5.181aedd2bdeacc562b88.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/corona-map/polyfills-es2015.5b10b8fd823b6392f1fd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/corona-map/polyfills-es5.3e8196928d184a6e5319.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/corona-map/runtime-es2015.c5fa8325f89fc516600b.js

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

1 change: 1 addition & 0 deletions dist/corona-map/runtime-es5.c5fa8325f89fc516600b.js

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

Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ng build --aot --prod"
"heroku-postbuild": "ng build --prod"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 8290e57

Please sign in to comment.