Skip to content

Commit

Permalink
feat: gatsby upgrade, fixes the problems with 2 different layouts fro…
Browse files Browse the repository at this point in the history
  • Loading branch information
abumalick committed Nov 28, 2017
1 parent 4a8923b commit bebd8bb
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 607 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"scripts": {
"build": "gatsby build",
"clean": "rimraf ./public",
"preview":
"npm run clean && npm run build && http-server ./public -p 8000 -P http://localhost:8000",
"preview": "npm run clean && npm run build && http-server ./public -p 8000 -P http://localhost:8000",
"start": "gatsby develop -H localhost"
},
"dependencies": {
Expand Down
Loading

0 comments on commit bebd8bb

Please sign in to comment.