Skip to content

Commit 7a061d3

Browse files
committed
Move lint:publish
1 parent 30ae881 commit 7a061d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"scripts": {
1818
"build": "rollup --config",
1919
"format": "prettier . --cache --write",
20-
"lint": "rollup --config && concurrently \"<%= packageManager %>:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
20+
"lint": "concurrently \"<%= packageManager %>:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
2121
"lint:fix": "concurrently \"<%= packageManager %>:lint:*:fix\" --names \"fix:\" --prefixColors auto && <%= packageManager %> run format",
2222
"lint:format": "prettier . --cache --check",
2323
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
2424
"lint:js": "eslint . --cache",
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": "publint run",
28+
"lint:publish": "<%= runScript %> build && publint run",
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)