Skip to content

Commit

Permalink
fix: move gradle yarn lock to dedicated file
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 14, 2024
1 parent e4d4b60 commit 16849d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rootProject.plugins.withType(YarnPlugin::class.java) {
rootProject.the<YarnRootExtension>().reportNewYarnLock = false
rootProject.the<YarnRootExtension>().yarnLockAutoReplace = false
rootProject.the<YarnRootExtension>().lockFileDirectory = project.rootDir
rootProject.the<YarnRootExtension>().lockFileName = "yarn.lock"
rootProject.the<YarnRootExtension>().lockFileName = "gradle-yarn.lock"
}
tasks.withType(org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask::class.java).configureEach {
args.add("--ignore-engines")
Expand Down
File renamed without changes.

0 comments on commit 16849d4

Please sign in to comment.