Skip to content

Commit 244c8e1

Browse files
authored
Merge pull request #333 from ember-learn/fix-floating-deps
fix issue with building addons
2 parents a0c4d06 + abdf8ec commit 244c8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
return staticPostcssAddonTree(tree, {
2323
addonName: 'ember-styleguide',
2424
addonFolder: __dirname,
25-
project: this.app.project
25+
project: this.project || this.app.project
2626
});
2727
},
2828

0 commit comments

Comments
 (0)