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 138b690 commit f56746dCopy full SHA for f56746d
build/webpack.config.openlayers.js
@@ -10,7 +10,7 @@ var productName = 'iclient-openlayers';
10
const args = minimist(process.argv.slice(2));
11
if (
12
args._.includes('deploy-ol') ||
13
- (process.env.npm_lifecycle_event?.includes('deploy-ol'))
+ (process.env.npm_lifecycle_event?process.env.npm_lifecycle_event.includes('deploy-ol'):false)
14
) {
15
libName = 'ol';
16
productName = 'iclient-ol';
0 commit comments