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

fix(cli): fix convert command so it correctly handles a VB app converted from WB #159

Merged
merged 2 commits into from
Feb 25, 2020

Conversation

eliangcs
Copy link
Member

@eliangcs eliangcs commented Feb 24, 2020

Addresses PDE-1339. Fixes zapier convert command so it exports a VB app that was converted from WB more properly. Fixes two things:

  • In package.json, include legacy-scripting-runner dependency
  • In .zapierapprc, add "includeInBuild": ["scripting.js"]

Also removes an unused script test-convert.js.

@eliangcs eliangcs requested a review from xavdid as a code owner February 24, 2020 09:06
Copy link
Contributor

@xavdid xavdid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice, good catch. looks good!

};
if (appDefinition.legacy) {
const RUNNER_PACKAGE = 'zapier-platform-legacy-scripting-runner';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eliangcs eliangcs merged commit dbf2b43 into master Feb 25, 2020
@eliangcs eliangcs deleted the fix-convert-converted-app-from-vb branch February 25, 2020 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants