goatchain-cli 0.0.11-beta.0 → 0.0.11-beta.2

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/bin/goatchain.mjs CHANGED
@@ -148,6 +148,7 @@ function spawnBinary(target, forwardedArgs) {
148
148
  DIMCODE_NPM_PACKAGE: 'goatchain-cli',
149
149
  DIMCODE_NPM_PACKAGE_MANAGER: wrapperPm,
150
150
  DIMCODE_NPM_PACKAGE_BETA_ONLY: '1',
151
+ DIMCODE_NPM_PACKAGE_ROOT: path.resolve(__dirname, '..'),
151
152
  }
152
153
  if (wrapperVersion)
153
154
  env.DIMCODE_NPM_PACKAGE_VERSION = wrapperVersion