Skip to content

Commit

Permalink
[skip ci] Add silent flag to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 30, 2023
1 parent d20cf26 commit d1c6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn useDist && node scripts/build.js && yarn useSrc",
"changelog": "lerna-changelog",
"changelog": "lerna-changelog --silent",
"useDist": "lerna run useDist --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"useSrc": "lerna run useSrc --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"lerna-publish": "lerna publish",
Expand Down

0 comments on commit d1c6c18

Please sign in to comment.