Skip to content

Commit

Permalink
Setup gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
smparsons committed Oct 9, 2019
1 parent 2ea5653 commit 3b41bae
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 1 deletion.
153 changes: 153 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/react-dom": "^16.9.1",
"@types/react-helmet": "^5.0.11",
"@types/typography": "^0.16.3",
"gh-pages": "^2.1.1",
"prettier": "^1.18.2",
"tslint": "^5.20.0",
"tslint-loader": "^3.5.4",
Expand All @@ -66,6 +67,8 @@
"start": "npm run develop",
"serve": "gatsby serve --port 9001",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"predeploy": "npm run build",
"deploy": "gh-pages -d public -b master"
}
}

0 comments on commit 3b41bae

Please sign in to comment.