Skip to content

Commit 7b9e131

Browse files
committed
Fix npm
1 parent 6a29b07 commit 7b9e131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export default {
6464
addon.declarations(
6565
'declarations',
6666
<% if (pnpm) { %>`pnpm ember-tsc --declaration --project ${tsConfig}`,<% } else if (npm)
67-
{ %>`npm exec ember-tsc --declaration --project ${tsConfig}`,<% } else
68-
{ %>`npx @glint/ember-tsc --declaration --project ${tsConfig}`,<% } %>
67+
{ %>`npm exec ember-tsc -- --declaration --project ${tsConfig}`,<% } else
68+
{ %>`npx @glint/ember-tsc -- --declaration --project ${tsConfig}`,<% } %>
6969
),<% } %>
7070

7171
// addons are allowed to contain imports of .css files, which we want rollup

0 commit comments

Comments
 (0)