You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`If you wish to change the defaults, add "scalprum" configuration to plugin "package.json" file, or use the '--scalprum-config' option to specify an external config.`,
62
72
);
63
73
}
64
74
@@ -79,6 +89,12 @@ export async function frontend(
Copy file name to clipboardExpand all lines: packages/cli/src/commands/index.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,10 @@ export function registerScriptCommand(program: Command) {
133
133
true,
134
134
)
135
135
.option('--no-in-place',undefined,false)
136
+
.option(
137
+
'--scalprum-config <file>',
138
+
'Allows retrieving scalprum configuration from an external JSON file, instead of using a `scalprum` field of the `package.json`. Frontend plugins only.',
0 commit comments