@@ -392,7 +392,7 @@ Here is a 'simple' guide for solving problems:
392392- Docker
393393 - ` Cannot connect to the Docker daemon ` - open ` Docker Desktop `
394394- Kotlin/Js or Kotlin/Wasm
395- - ` kotlinUpgradePackageLock ` or ` kotlinWasmUpgradePackageLock ` (and also ` kotlinNpmInstall ` or ` kotlinWasmNpmInstall ` )
395+ - ` kotlinUpgradeYarnLock ` or ` kotlinWasmUpgradeYarnLock ` (and also ` kotlinNpmInstall ` or ` kotlinWasmNpmInstall ` )
396396 have a funny tendency to fail sometimes, and you don't know why.
397397
398398 I'll tell you!
@@ -403,7 +403,7 @@ Here is a 'simple' guide for solving problems:
403403 If something doesn't work, your steps are:
404404 - Delete ` package-lock.json ` file
405405 - Delete ` <REPO_ROOT>/build/js ` / ` <REPO_ROOT>/build/wasm `
406- - Run ` kotlinUpgradePackageLock ` / ` kotlinWasmUpgradePackageLock `
406+ - Run ` kotlinUpgradeYarnLock ` / ` kotlinWasmUpgradeYarnLock `
407407 - If the problem persists:
408408 - Check that ` <REPO_ROOT>/build/<target>/.npmrc ` AND ` <REPO_ROOT>/build/<target>/.yarnrc ` are present
409409 - Check that ` .yarnrc ` contains one line: ` registry: "https://packages.jetbrains.team/npm/p/krpc/build-deps/" `
@@ -479,7 +479,7 @@ all included builds (not subprojects) must reflect the change.
479479- ` checkLegacyAbi ` / ` updateLegacyAbi ` - ABI checks.
480480See https://kotlinlang.org/docs/whatsnew22.html#binary-compatibility-validation-included-in-kotlin-gradle-plugin .
481481Former BCV: https://github.com/Kotlin/binary-compatibility-validator
482- - ` kotlinUpgradePackageLock ` / ` kotlinWasmUpgradePackageLock ` - update [ kotlin-js-store] ( ../kotlin-js-store ) contents,
482+ - ` kotlinUpgradeYarnLock ` / ` kotlinWasmUpgradeYarnLock ` - update [ kotlin-js-store] ( ../kotlin-js-store ) contents,
483483usually after Kotlin version update.
484484- ` updateDocsChangelog ` - put modified [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) into [ topics] ( pages/kotlinx-rpc/topics )
485485- ` detekt ` - run detekt checks.
0 commit comments