Skip to content

Commit

Permalink
add ignore version check flag to roadie argocd plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash committed Jan 17, 2025
1 parent fa88bb4 commit 131a26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "backstage-cli package test --passWithNoTests --coverage",
"clean": "backstage-cli package clean",
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules",
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @roadiehq/backstage-plugin-argo-cd-backend",
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @roadiehq/backstage-plugin-argo-cd-backend --ignore-version-check @backstage/backend-common",
"export-dynamic:clean": "run export-dynamic --clean"
},
"dependencies": {
Expand Down

0 comments on commit 131a26f

Please sign in to comment.