Skip to content

Commit

Permalink
Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Apr 16, 2018
1 parent 9c6bf7d commit a73fe1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion personal-paw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && firebase deploy",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
Expand Down
4 changes: 2 additions & 2 deletions personal-paw/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
-webkit-transform: rotate(-45deg);
}

.corner-ribbon.yellow{background: #ec0;}
.corner-ribbon.red{background: rgb(238, 36, 0);}
</style>
<title>Personal Paw</title>
</head>

<body style="overflow: hidden;">
<div class="corner-ribbon top-left sticky yellow shadow">Alpha 0.1.0</div>
<div class="corner-ribbon top-left sticky red shadow">Alpha 0.1.0</div>
<div id="root"></div>
<noscript>
You need to enable JavaScript to run this app.
Expand Down

0 comments on commit a73fe1d

Please sign in to comment.