Skip to content

Commit 561f854

Browse files
authored
Fix: plugin path cli (#1114)
* fix plugin path require * changes
1 parent 3ead89f commit 561f854

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

apps/strider/bin/strider

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var cli = require('../dist-lib/cli')({
2222
* Plugin path determination logic
2323
*/
2424
getPluginPath: function () {
25-
return require('../dist-lib/plugin-path');
25+
return require('../dist-lib/utils/plugin-path');
2626
},
2727

2828
/*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "strider",
5+
"comment": "Fix plugin-path require from bin cli setup",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "strider",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)