-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli) use cli directly as a fallback
This commit changes the CLI to try generating a command to export a plugin package as a dynamic plugin if the plugin package doesn't have an export-dynamic script defined. Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
- Loading branch information
Showing
2 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@janus-idp/cli": patch | ||
--- | ||
|
||
fix(cli): try using npx if a plugin package does not have an export-dynamic script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters