Skip to content

Commit

Permalink
chore: fix rollup configuration in nested package
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Jan 5, 2024
1 parent 94a5288 commit 5c0e562
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions ember-autofocus-modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint -d --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"prepack": "rollup --config",
"prepare": "rollup --config",
"release": "release-it"
"prepack": "rollup --config"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.6",
Expand Down Expand Up @@ -64,7 +62,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"release-it": "^15.11.0",
"rollup": "^4.6.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.3.2"
Expand Down
1 change: 0 additions & 1 deletion ember-autofocus-modifier/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default {
targets: [
{ src: "../README.md", dest: "." },
{ src: "../LICENSE.md", dest: "." },
{ src: "../CHANGELOG.md", dest: "." },
],
}),
],
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c0e562

Please sign in to comment.