docs: update contributor docs to reflect lerna (#1523)

This commit is contained in:
Tyler Ipson
2018-07-27 09:05:51 -06:00
committed by Shawn Erquhart
parent 554bdbc649
commit e1c8b7641d
4 changed files with 71 additions and 14 deletions

View File

@ -8,7 +8,8 @@
"reset": "npm run clean && lerna clean --yes",
"test": "cross-env NODE_ENV=test jest --no-cache",
"dryrun": "lerna publish --skip-npm --skip-git",
"publish": "npm run bootstrap && npm run build && lerna publish"
"publish": "npm run bootstrap && npm run build && lerna publish",
"add-contributor": "all-contributors add"
},
"browserslist": [
"last 2 Chrome versions",
@ -59,4 +60,4 @@
"dependencies": {
"jest-emotion": "^9.2.6"
}
}
}