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.
2 parents 132ba91 + 55d205f commit a65e681Copy full SHA for a65e681
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