We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7f2e commit a30e5ffCopy full SHA for a30e5ff
packages/lumx-core/style-dictionary/config/utils/_prettier-ts.js
@@ -7,7 +7,7 @@ module.exports = function ({ buildPath }) {
7
const name = 'prettier/ts';
8
StyleDictionary.registerAction({
9
name,
10
- do: () => execSync(`${bin}/eslint --fix '${path.resolve('/home/gcornut/git/design-system/packages/lumx-core/src/js/constants/design-tokens.ts')}'`),
+ do: () => execSync(`${bin}/eslint --fix '${path.resolve(buildPath)}'`),
11
});
12
return name;
13
};
0 commit comments