From e1ab284f7244ccd14774d1e4aa67c6c734c7054c Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Sun, 19 Aug 2018 00:49:03 -0700 Subject: [PATCH] v1.0.1 --- .gitignore | 3 ++- package.json | 4 +++- src/pages/index.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5275486..3c04da7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ public/ .DS_Store .idea *.iml -css \ No newline at end of file +css +*.log \ No newline at end of file diff --git a/package.json b/package.json index 3dae731..4ccc9fc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/pages/index.js b/src/pages/index.js index 38770ab..cca8ebd 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -286,7 +286,7 @@ class Recommendation extends Component { {/* TODO: genres */} {/* TODO: watch */} - Watch + More Info )}