Skip to content

Commit

Permalink
gatsby updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopivi committed Aug 21, 2018
1 parent 5aa4a29 commit ce17121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
pathPrefix: '/Chatito',
siteMetadata: {
title: 'Chatito'
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ts": "tsc",
"web:build": "npm run cleanup && gatsby build",
"web:start": "gatsby develop",
"web:deploy": "npm run cleanup && gatsby build --prefix-paths && gh-pages -d public",
"generate": "node -r ts-node/register ./src/bin.ts",
"test": "npx jest",
"lint": "npx tslint -c tslint.json 'src/**/*.ts' 'web/**/*.ts'"
Expand Down

0 comments on commit ce17121

Please sign in to comment.