Skip to content

Commit 6625020

Browse files
committed
Change the configuration directory for the
generator script.
1 parent e4de9d9 commit 6625020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function generate() {
99

1010
const filesGenerator = new FilesGenerator(__dirname + '../templates/');
1111
await filesGenerator.generate(
12-
__dirname + '../config/',
12+
__dirname + '../node_modules/@cyrilverloop/codingame-configuration/config/',
1313
__dirname + '../lib/',
1414
__dirname + '../test/'
1515
);

0 commit comments

Comments
 (0)