chore: Fix string quote
This commit is contained in:
parent
4b61455add
commit
19d917cf10
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import YAML from 'yamljs';
|
|||
|
||||
import Paths from '../paths';
|
||||
|
||||
const themeCommons = require(`../../src/themes/settings/commons.json`);
|
||||
const themeCommons = require('../../src/themes/settings/commons.json');
|
||||
const themeVariants = [];
|
||||
const themeTemplateFile = fs.readFileSync(
|
||||
`${Paths.src}/themes/theme-template.yml`,
|
||||
|
|
Loading…
Reference in a new issue