We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95239d commit 4d1b69cCopy full SHA for 4d1b69c
1 file changed
packages/modules/pusher/scripts/push-update.ts
@@ -1,9 +1,9 @@
1
-import { runModuleSteps, pushUpdates } from "@mendix/automation-utils/steps";
+import { runModuleSteps, pushUpdateToTestProject } from "@mendix/automation-utils/steps";
2
3
async function main(): Promise<void> {
4
await runModuleSteps({
5
packagePath: process.cwd(),
6
- steps: [pushUpdates]
+ steps: [pushUpdateToTestProject]
7
});
8
}
9
0 commit comments