We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112e812 commit b80a7fbCopy full SHA for b80a7fb
2 files changed
cli/transformers.js
@@ -53,7 +53,7 @@ class Transformers {
53
console.log(`\n[Transformer: ${name}] Execution starting`);
54
console.log(
55
`[Transformer: ${name}] Using config from stdlib.json: ` +
56
- `transformers[].config.local\n` +
+ `transformers[].config['${this.environment}']\n` +
57
`${JSON.stringify(transformer.config, null, 2)}`
58
);
59
let files = transformer.compile(process.cwd(), this.env[this.environment]);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lib.cli",
3
- "version": "5.5.0",
+ "version": "5.5.1",
4
"description": "Command Line tools for Autocode - autocode.com",
5
"main": "index.js",
6
"scripts": {
0 commit comments