Skip to content

Commit

Permalink
chore: update deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Aug 1, 2019
1 parent db8e694 commit 813d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compile": "cross-env NODE_ENV=production gulp",
"build": "node_modules/.bin/webpack --progress --profile --colors --config ./build/webpack.config.prod.js && gulp carry",
"build:gh-pages": "cross-env DOC_ENV=github node_modules/.bin/webpack --progress --profile --colors --config ./build/webpack.config.prod.js && gulp carry",
"deploy": "gh-pages -d dist",
"deploy": "gh-pages -d dist --git \"$(which git)\"",
"dev": "npm start",
"start": "node build/start.js",
"prerender:gh-pages": "cross-env DOC_ENV=github npm run build && cross-env DOC_ENV=github node build/prerenderSite.js",
Expand Down

0 comments on commit 813d500

Please sign in to comment.