Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Aug 19, 2018
1 parent f6cc7a2 commit e1ab284
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ public/
.DS_Store
.idea
*.iml
css
css
*.log
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"css": "node-sass src/css/style.scss src/css/style.css --output-style compressed",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "yarn css && yarn build",
"deploy": "surge public movie.travismclarke.com"
},
"devDependencies": {
"node-sass": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class Recommendation extends Component {
{/* TODO: genres */}
{/* TODO: watch */}
<a className="button" target="_blank" href={`https://reelgood.com/${contentKind}/${slug}`}>
Watch
More Info
</a>
</div>
)}
Expand Down

0 comments on commit e1ab284

Please sign in to comment.