docs: update contributor docs to reflect lerna (#1523)
This commit is contained in:
committed by
Shawn Erquhart
parent
554bdbc649
commit
e1c8b7641d
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user