Skip to content

Commit

Permalink
Update files/__addonLocation__/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Apr 5, 2024
1 parent c9b010c commit 487f116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"start:types": "glint --declaration --watch",<% } else { %>
"start": "rollup --config --watch",<% } %>
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"prepack": <% if (typescript) { %>"concurrently 'npm:build:*'"<% } else { %>"rollup --config"<% } %>
"prepack": <% if (typescript) { %>"concurrently '<%= packageManager %>:build:*'"<% } else { %>"rollup --config"<% } %>
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
Expand Down

0 comments on commit 487f116

Please sign in to comment.