Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 2a813f4

Browse files
committed
chore: npm build and pack
1 parent b3909b9 commit 2a813f4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ function run() {
19031903
core.info(`Found apps: ${apps.map(a => a.metadata.name).join(', ')}`);
19041904
const diffs = [];
19051905
yield asyncForEach(apps, (app) => __awaiter(this, void 0, void 0, function* () {
1906-
const command = `app diff ${app.metadata.name} --local=${app.spec.source.path}`;
1906+
const command = `app diff ${app.metadata.name} --local-repo-root=${process.cwd()} --local=${app.spec.source.path}`;
19071907
try {
19081908
core.info(`Running: argocd ${command}`);
19091909
// ArgoCD app diff will exit 1 if there is a diff, so always catch,

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@types/jest": "^24.0.23",
38-
"@types/node": "^12.7.12",
38+
"@types/node": "^12.20.55",
3939
"@typescript-eslint/parser": "^2.8.0",
4040
"@zeit/ncc": "^0.20.5",
4141
"eslint": "^5.16.0",

0 commit comments

Comments
 (0)