Skip to content

Commit

Permalink
feat(gh-pages): add hosting onto github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Adeel committed Mar 15, 2018
1 parent a111491 commit 76a4559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "3.0.1",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "2.29.0",
"husky": "^0.14.3",
"jest": "20.0.4",
Expand Down Expand Up @@ -57,6 +58,8 @@
]
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"precommit": "lint-staged",
"start": "PORT=3000 node scripts/start.js",
"build": "node scripts/build.js",
Expand Down

0 comments on commit 76a4559

Please sign in to comment.