Skip to content

Commit

Permalink
gh-pages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 14, 2017
1 parent 9a8d884 commit f5a6464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,8 @@
"start": "npm run deploy && npm run dev",
"clean": "rm -rf lib && rm -rf dist",
"dev": "webpack-dev-server --config scripts/webpack.config.dev.js",
"site": "rm -rf assets && webpack --config scripts/webpack.config.site.js",
"deploy:build": "rm -rf assets && webpack --config scripts/webpack.config.site.js",
"deploy": "npm run deploy:build && gh-pages -d assets",
"lint:js": "eslint components --ext '.js,.jsx'",
"lint:style": "stylelint styles/**/*.scss --syntax scss",
"lint": "npm run lint:js && npm run lint:style",
Expand Down Expand Up @@ -70,6 +71,7 @@
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^1.3.1",
Expand Down

0 comments on commit f5a6464

Please sign in to comment.