Skip to content

Commit

Permalink
turn off --quiet on lit-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 18, 2024
1 parent aa62441 commit c909fce
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 @@ -42,7 +42,7 @@
"gen:react-stories": "node ./scripts/react-stories.js",
"pregen:react": "npm run analyze",
"gen:react": "node scripts/make-react.js",
"lint:lit-analyzer": "lit-analyzer --quiet",
"lint:lit-analyzer": "lit-analyzer",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"localize:build": "lit-localize build",
"localize:extract": "lit-localize extract",
Expand Down

0 comments on commit c909fce

Please sign in to comment.