File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments