Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

language check on cordova-prepare #6

Merged
merged 2 commits into from Dec 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions step.yml
Expand Up @@ -26,7 +26,7 @@ inputs:
opts:
title: "Platform to use in cordova-cli commands"
description: |-
Specify this input to apply cordova-cli commands to desired platforms only.
Specify this input to apply cordova-cli commands to the desired platforms only.

`cordova build [OTHER_PARAMS] <platform>`

Expand All @@ -37,9 +37,9 @@ inputs:
is_required: true
- readd_platform: "true"
opts:
title: "Should remove platforms as prepare step?"
title: "Should remove platforms as preparing the project?"
description: |-
Specify whether to remove platforms and then re-add (overwrites some config.xml values).
Specify whether to remove platforms and then to re-add them (overwrites some config.xml values).

`cordova platform rm <platform>`
value_options:
Expand Down