Skip to content

Commit

Permalink
chore: remove extra scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 24, 2018
1 parent e493f33 commit 261cfaf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
"galvez <[email protected]>"
],
"scripts": {
"test": "yarn lint && jest",
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"test": "npm run lint && jest",
"lint": "eslint --ext .js packages",
"release": "lerna publish --conventional-commits",
"force-release": "for p in packages/*; do cd $p ; npm publish ; cd ../.. ; done"
"release": "lerna publish --conventional-commits"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 261cfaf

Please sign in to comment.