Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #169 from zapier/feature-allow-deasync-for-interpr…
Browse files Browse the repository at this point in the history
…eter

 Allow linux x64 node-6 binary in builds.
  • Loading branch information
Bruno Bernardino authored Oct 31, 2017
2 parents 9b20633 + c08ca47 commit 84f871e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const forceIncludeDumbPath = (filePath/*, smartPaths*/) => {
// we include smartPaths just incase you want to check the inclusion of some library
return (
(filePath.endsWith('package.json') || filePath.endsWith('definition.json'))
|| filePath.endsWith('/bin/linux-x64-node-6/deasync.node') // Special, for zapier-platform-legacy-scripting-runner
|| filePath.match(path.sep === '\\' ? /aws-sdk\\apis\\.*\.json/ : /aws-sdk\/apis\/.*\.json/)
|| (global.argOpts['include-js-map'] && filePath.endsWith('.js.map'))
);
Expand Down

0 comments on commit 84f871e

Please sign in to comment.