We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a061d3 commit f5842ebCopy full SHA for f5842eb
files/package.json
@@ -25,7 +25,7 @@
25
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
26
"lint:js:fix": "eslint . --fix<% if (typescript) { %>",
27
"lint:types": "ember-tsc --noEmit<% } %>",
28
- "lint:publish": "<%= runScript %> build && publint run",
+ "lint:publish": "<%= runScript %> build && publint run --level error",
29
"start": "vite dev",
30
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0",
31
"prepack": "rollup --config"
0 commit comments