()
| 62 | } |
| 63 | |
| 64 | protected async onExecute(): Promise<void> { |
| 65 | const envCfg = { ...retrieveDotEnvCfg(), ...retrieveReactEnvCfg() } |
| 66 | outputEnvFile(this.dir, this.fileName, envCfg, this.varName) |
| 67 | } |
| 68 | } |
nothing calls this directly
no test coverage detected