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 758ee27 commit b56afdcCopy full SHA for b56afdc
bin/helpers/packageInstaller.js
@@ -34,7 +34,7 @@ const setupPackageFolder = (runSettings, directoryPath) => {
34
// Combine win and mac specific dependencies if present
35
if (typeof runSettings.npm_dependencies === 'object') {
36
Object.assign(packageJSON, {
37
- devDependencies: combineMacWinNpmDependencies(runSettings),
+ devDependencies: runSettings.npm_dependencies,
38
});
39
}
40
0 commit comments