We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8859741 commit 660eb9eCopy full SHA for 660eb9e
src/cli.js
@@ -219,7 +219,7 @@ export default function getCLI(context) {
219
}
220
221
// --------------------------------------------------------------------
222
- await runDockerCommand('superset-node');
+ // await runDockerCommand('superset-node');
223
await runDockerCommand(opts.preset);
224
225
});
0 commit comments