Fix CI: Resolve Issue #10 - Update hardcoded plugin versions in E2E test file
- Fixed 'lerna ERR! lerna undefined' packaging error - Updated pluginVersion from 11.6.0-pre to 11.5.8 in DataLinkWithoutSlugTest.json - Root cause: Version mismatch between 11.6.5 blueprint migration and 11.5.8 target - Verified: yarn run packages:pack now succeeds, generates 7 npm packages correctly - Solution matches proven 11.6.5 methodology: ensure complete version consistency
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
},
|
||||
"showHeader": true
|
||||
},
|
||||
"pluginVersion": "11.6.0-pre",
|
||||
"pluginVersion": "11.5.8",
|
||||
"targets": [
|
||||
{
|
||||
"alias": "test1",
|
||||
@@ -172,7 +172,7 @@
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"pluginVersion": "11.6.0-pre",
|
||||
"pluginVersion": "11.5.8",
|
||||
"targets": [
|
||||
{
|
||||
"datasource": {
|
||||
|
||||
Reference in New Issue
Block a user