Skip to content

Commit f5842eb

Browse files
committed
Don't print warnings
1 parent 7a061d3 commit f5842eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
2626
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
2727
"lint:types": "ember-tsc --noEmit<% } %>",
28-
"lint:publish": "<%= runScript %> build && publint run",
28+
"lint:publish": "<%= runScript %> build && publint run --level error",
2929
"start": "vite dev",
3030
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0",
3131
"prepack": "rollup --config"

0 commit comments

Comments
 (0)