Skip to content

Commit b88fbdc

Browse files
committed
Fix
1 parent 3e1562c commit b88fbdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)