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 630384b commit e73b21dCopy full SHA for e73b21d
builder/patternlab.js
@@ -25,7 +25,7 @@ var patternlab_engine = function (config) {
25
patternlab = {};
26
27
patternlab.package = fs.readJSONSync('./package.json');
28
- patternlab.config = config || fs.readJSONSync('./config.json');
+ patternlab.config = config || fs.readJSONSync(path.resolve(__dirname, '../config.json'));
29
30
var paths = patternlab.config.paths;
31
0 commit comments