Skip to content

Commit

Permalink
chore: temporarily show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 29, 2022
1 parent 6102d07 commit 3e6d8de
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "lerna run test",
"lint": "yarn run lint-format && cspell --no-progress",
"lint": "yarn run lint-format && cspell",
"lint-ci": "eslint . && prettier -c \"**/*.{md,json,yml,yaml}\" && cspell",
"lint-format": "eslint --fix . && prettier -w \"**/*.{md,json,yml,yaml}\"",
"build-all": "lerna run --concurrency 2 --stream build --no-bail",
Expand Down

0 comments on commit 3e6d8de

Please sign in to comment.