Skip to content

Commit

Permalink
adding clean before lock generation in js update script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Jul 14, 2023
1 parent f1d5f7c commit 68fdebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/all-js-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
cache-read-only: true
- name: Update All NPM Deps
run: ./gradlew ncuUpgrade --no-configuration-cache --scan
- name: Clean
run: ./gradlew clean
- name: Update Yarn Lock
run: ./gradlew kotlinUpgradeYarnLock --scan
run: ./gradlew kotlinUpgradeYarnLock
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ tasks {
isIgnoreExitValue = true
}
}

Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package com.zegreatrob.coupling.plugins

import org.jetbrains.kotlin.gradle.plugin.mpp.MetadataDependencyTransformationTask
import org.jetbrains.kotlin.gradle.targets.js.testing.KotlinJsTest
import org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest

plugins {
kotlin("multiplatform")
id("com.zegreatrob.coupling.plugins.versioning")
Expand Down

0 comments on commit 68fdebc

Please sign in to comment.