Skip to content

Commit

Permalink
Add deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Apr 19, 2018
1 parent 112e4f0 commit b46df36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"precommit": "lint-staged",
"prepush": "yarn lint && yarn test",
"build": "lerna run build",
"dev": "cd site && yarn dev"
"dev": "cd site && yarn dev",
"deploy": "cd site && yarn deploy"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit b46df36

Please sign in to comment.