chore: Fix builder
This commit is contained in:
parent
2de8d6f59e
commit
8786d441f2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import Paths from '../paths';
|
||||||
const themeCommons = require('../../src/themes/settings/commons.json');
|
const themeCommons = require('../../src/themes/settings/commons.json');
|
||||||
const themeVariants = [];
|
const themeVariants = [];
|
||||||
const themeTemplateFile = fs.readFileSync(
|
const themeTemplateFile = fs.readFileSync(
|
||||||
`${Paths.src}/themes/theme-template.json`,
|
`${Paths.src}/themes/theme-template-color-theme.json`,
|
||||||
'utf-8'
|
'utf-8'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue