Skip to content

Commit a30e5ff

Browse files
committed
chore(style-dictionary): fix hard coded path
1 parent 40c7f2e commit a30e5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lumx-core/style-dictionary/config/utils/_prettier-ts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function ({ buildPath }) {
77
const name = 'prettier/ts';
88
StyleDictionary.registerAction({
99
name,
10-
do: () => execSync(`${bin}/eslint --fix '${path.resolve('/home/gcornut/git/design-system/packages/lumx-core/src/js/constants/design-tokens.ts')}'`),
10+
do: () => execSync(`${bin}/eslint --fix '${path.resolve(buildPath)}'`),
1111
});
1212
return name;
1313
};

0 commit comments

Comments
 (0)