We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc9161 commit 347e2ffCopy full SHA for 347e2ff
bin/micro-app-build
@@ -7,4 +7,4 @@ const { yParser } = require('@micro-app/shared-utils');
7
const argv = yParser(process.argv.slice(2));
8
const { service } = require('./base');
9
10
-service.run('start', argv);
+service.run('build', argv);
0 commit comments