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" : " concurrently \" <%= packageManager %>:lint:*(!fix)\" --names \" lint:\" --prefixColors auto" ,
20+ "lint" : " rollup --config && 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" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ module.exports = {
4242 yarn : false ,
4343 pnpm : isPnpm ( options ) ,
4444 npm : isNpm ( options ) ,
45+ runScript : isPnpm ( options ) ? 'pnpm' : 'npm run' ,
4546 typescript : options . typescript ,
4647 ext : options . typescript ? 'ts' : 'js' ,
4748 blueprint : 'addon' ,
You can’t perform that action at this time.
0 commit comments