glyphix 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/bin/glyphix.js +1 -1
  2. package/package.json +1 -1
package/bin/glyphix.js CHANGED
@@ -299,7 +299,7 @@ var GxGenerate = class {
299
299
  if (customConfigPath.endsWith(".ts")) {
300
300
  require("ts-node").register({
301
301
  transpileOnly: true,
302
- project: process.cwd()
302
+ project: this.sourceRoot
303
303
  });
304
304
  }
305
305
  const useConfig = require(customConfigPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glyphix",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "types/index.d.ts",
6
6
  "files": [