Skip to content

Commit 60409e5

Browse files
committed
Update rollup
1 parent cbeeb82 commit 60409e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
// Emit .d.ts declaration files
6464
addon.declarations(
6565
'declarations',
66-
`npx glint --declaration --project ${tsConfig}`,
66+
`pnpm ember-tsc --declaration --project ${tsConfig}`,
6767
),
6868

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

0 commit comments

Comments
 (0)