We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4e6b73 + 1125711 commit 18921d5Copy full SHA for 18921d5
lib/commands/build.js
@@ -33,6 +33,8 @@ module.exports = {
33
var project = this.project;
34
35
var platform = getPlatform(project.config(), options);
36
+ project.CORDOVA_PLATFORM = platform;
37
+
38
project.targetIsCordova = true;
39
40
//Confirm location type is hash
lib/commands/serve.js
@@ -57,6 +57,7 @@ module.exports = {
57
validatePlatform;
58
59
var platform = getPlatform(this.project.config(), options);
60
+ this.project.CORDOVA_PLATFORM = platform;
61
62
//Vars for live reload addon service
63
this.project.targetIsCordova = true;
0 commit comments