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 5dd0bbe commit 432f3e1Copy full SHA for 432f3e1
1 file changed
files/package.json
@@ -25,6 +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": "publint --pack",
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"
@@ -69,6 +70,7 @@
69
70
"globals": "^16.1.0",
71
"prettier": "^3.4.2",
72
"prettier-plugin-ember-template-tag": "^2.0.4",
73
+ "publint": "0.3.16",
74
"qunit": "^2.24.1",
75
"qunit-dom": "^3.4.0",
76
"rollup": "^4.22.5",
0 commit comments