@akago/akago_backend_commands 1.2.5 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/commands/serve.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnvCommand } from '../lib/env_command.js';
|
|
2
|
-
export default class
|
|
3
|
-
static commandName = '
|
|
2
|
+
export default class Serve extends EnvCommand {
|
|
3
|
+
static commandName = 'serve';
|
|
4
4
|
async run() {
|
|
5
5
|
const context = await this.getLocalDockerContextName();
|
|
6
6
|
this.logger.info('Running tests in watch mode');
|
package/dist/commands/tests.js
CHANGED
|
@@ -3,7 +3,7 @@ export default class Tests extends EnvCommand {
|
|
|
3
3
|
static commandName = 'tests';
|
|
4
4
|
async run() {
|
|
5
5
|
const context = await this.getLocalDockerContextName();
|
|
6
|
-
this.logger.info('
|
|
6
|
+
this.logger.info('Serve http server in watch mode');
|
|
7
7
|
await this
|
|
8
8
|
.$ `doppler run -c test -- docker -c ${context} compose up --build --no-log-prefix api-test`;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tests.js","sourceRoot":"","sources":["../../commands/tests.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAElD,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,UAAU;IAC3C,MAAM,CAAC,WAAW,GAAG,OAAO,CAAA;IAE5B,KAAK,CAAC,GAAG;QACP,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,yBAAyB,EAAE,CAAA;QAEtD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"tests.js","sourceRoot":"","sources":["../../commands/tests.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAElD,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,UAAU;IAC3C,MAAM,CAAC,WAAW,GAAG,OAAO,CAAA;IAE5B,KAAK,CAAC,GAAG;QACP,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,yBAAyB,EAAE,CAAA;QAEtD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,iCAAiC,CAAC,CAAA;QACnD,MAAM,IAAI;aACP,CAAC,CAAA,oCAAoC,OAAO,8CAA8C,CAAA;IAC/F,CAAC"}
|