Skip to content

Commit

Permalink
feat(package): remove gitbook precommit check
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Jan 25, 2018
1 parent 7adb4ed commit ee65231
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 @@ -25,8 +25,7 @@
"lint:ec": "echint",
"lint": "yarn lint:js && yarn lint:scss && yarn lint:ec",
"packup": "yarn build-package && yarn pack",
"precommit":
"yarn lint && yarn test && yarn build-package && yarn build-styleguide && yarn build-gitbook",
"precommit": "yarn lint && yarn test && yarn build-package && yarn build-styleguide",
"release:changelog": "changelog",
"release": "scripts/release.sh",
"scaffold": "node scripts/scaffold.js",
Expand Down

0 comments on commit ee65231

Please sign in to comment.