1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Cli: Run integration tests in CI (#13750)

This commit is contained in:
Henry Heino
2025-11-21 11:17:13 -08:00
committed by GitHub
parent 903edb8fa2
commit cda4073bfc
7 changed files with 276 additions and 306 deletions

View File

@@ -12,7 +12,7 @@ class Command extends BaseCommand {
}
public override async action() {
this.stdout(versionInfo(require('./package.json'), {}).message);
this.stdout(versionInfo(require('../package.json'), {}).message);
}
}