Skip to content

Commit

Permalink
some script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Sep 29, 2021
1 parent d530f87 commit f69e348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": [
"*.md"
]
}
}
"ignoreChanges": ["**/*.md"]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"prestart": "yarn build",
"start": "lerna run start --parallel",
"clean": "lerna clean --yes",
"prepublish:lerna": "yarn build",
"publish:lerna": "lerna publish"
"prepare": "yarn build"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
Expand Down

0 comments on commit f69e348

Please sign in to comment.