File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 --pack " ,
28+ "lint:publish" : " 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"
Original file line number Diff line number Diff line change 1414 "scripts" : {
1515 "lint" : " prettier --check ." ,
1616 "format" : " prettier --write ." ,
17- "new:addon" : " pnpm dlx ember-cli@latest addon my-addon --blueprint ."
17+ "new:addon" : " rm -rf my-addon; pnpm dlx ember-cli@latest addon my-addon --blueprint ."
1818 },
1919 "devDependencies" : {
2020 "prettier" : " ^3.5.3" ,
You can’t perform that action at this time.
0 commit comments