Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
rm: remove deploy since we deploy at master push
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwei98 committed May 27, 2018
1 parent 5999ba3 commit 4812459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js",
"deploy": "gh-pages -d dist"
"build": "node build/build.js"
},
"dependencies": {
"bignumber.js": "^6.0.0",
Expand Down

0 comments on commit 4812459

Please sign in to comment.