Skip to content

Commit

Permalink
Add lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Dec 1, 2020
1 parent 7130428 commit 368d533
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"changed": "lerna changed",
"prettier": "prettier --write",
"build": "lerna run build",
"format": "npm run prettier -- \"{,packages/**/}*.{js,jsx,ts,tsx,json,md,yml,yaml}\" --ignore-path .gitignore",
"test": "lerna run test"
"test": "lerna run test",
"release": "lerna publish"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 368d533

Please sign in to comment.