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 132ba91 commit 55d205fCopy full SHA for 55d205f
utilities/copyDist.js
@@ -55,3 +55,9 @@ fse.copyFileSync(
55
path.resolve(__dirname, '../settings.json'),
56
path.resolve(__dirname, '../dist/settings.json')
57
);
58
+
59
+// Copy settings.json from root directory into the build folder
60
+fse.copyFileSync(
61
+ path.resolve(__dirname, '../settings.json'),
62
+ path.resolve(__dirname, '../build/settings.json')
63
+);
0 commit comments