@candlerip/shared3 0.0.138 → 0.0.139
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -17,7 +17,7 @@ export const loadEnvFile = (environmentMode, projectName) => {
|
|
17
17
|
};
|
18
18
|
}
|
19
19
|
const data = {};
|
20
|
-
Object.keys(
|
20
|
+
Object.keys(config).forEach((key) => {
|
21
21
|
if (config[key] === 'boolean') {
|
22
22
|
data[key] = Boolean(parsed[key] === 'true');
|
23
23
|
}
|