Skip to content

Commit

Permalink
test build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumita Mandal committed Aug 27, 2021
1 parent e01c51b commit 06fd404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrationBuildScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { exec } from "child_process";
import logger from "./utils/logUtil";
import { configToIntNames } from "./config_to_integration_names";

// added comment to test build pipeline
Object.keys(configToIntNames).forEach((key) => {
exec(
`npm run buildProdIntegrationCLI --intg=${configToIntNames[key]}`,
Expand Down

0 comments on commit 06fd404

Please sign in to comment.