Skip to content

Commit f7fd4b3

Browse files
committed
TEMP: pin kolibri-design-system to KDS#1246 fork branch for review
Adds a `pnpm.overrides` entry pointing `kolibri-design-system` at the fork branch backing the paired KDS PR (learningequality/kolibri-design-system#1246). This lets reviewers `pnpm install` and immediately exercise the toolbar with both Studio's learningequality#5707 changes AND the upstream KDS fix, instead of needing to set up a `pnpm link` against a local KDS checkout. REMOVE BEFORE MERGE: - Delete the `kolibri-design-system` entry under `pnpm.overrides` in `package.json`. - Bump the `kolibri-design-system` dependency version above to whatever KDS release ships with learningequality#1246 included. - Run `pnpm install` to regenerate `pnpm-lock.yaml`. This commit should be the first thing reverted/dropped once the KDS PR is released.
1 parent 34390f4 commit f7fd4b3

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@
198198
"node-sass",
199199
"unrs-resolver",
200200
"vue-demi"
201-
]
201+
],
202+
"overrides": {
203+
"kolibri-design-system": "github:nucleogenesis/kolibri-design-system-1#studio/5258-rte--dynamic-width/klistwithoverflow-wrap-fix"
204+
}
202205
}
203206
}

pnpm-lock.yaml

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)