quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit d55f0abaff658de8c3f7081bf9caacca01a60370
parent e02fc7a9e498347a6ec090c68f974331adc6e909
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Mon, 20 Jul 2020 09:19:57 +0530

host script

Diffstat:
Mpackage.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -45,10 +45,11 @@ "deploy": "gatsby clean && gatsby build && gh-pages -d public", "develop": "gatsby clean && gatsby develop", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", + "host": "yarn deploy; git push", "ps": "gatsby clean && gatsby build && gatsby serve", "serve": "gatsby serve", "start": "gatsby clean && gatsby develop", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "version": "0.0.1" -} -\ No newline at end of file +}