@orcapt/cli 1.0.0 → 1.0.1
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/package.json +1 -1
- package/src/commands/ui.js +1 -1
package/package.json
CHANGED
package/src/commands/ui.js
CHANGED
|
@@ -180,7 +180,7 @@ async function uiStart(options) {
|
|
|
180
180
|
|
|
181
181
|
if (result.status === 0) {
|
|
182
182
|
const globalModulesPath = result.stdout.trim();
|
|
183
|
-
uiDistPath = path.join(globalModulesPath, '@
|
|
183
|
+
uiDistPath = path.join(globalModulesPath, '@orcapt', 'ui', 'dist');
|
|
184
184
|
|
|
185
185
|
if (!fs.existsSync(uiDistPath)) {
|
|
186
186
|
console.log(chalk.red(`\n✗ @orcapt/ui is installed but dist folder not found at: ${uiDistPath}`));
|