Fix npm publishing

We are using version catalog now from this project, and we run it with -p
This commit is contained in:
cristiangarcia
2024-01-18 12:12:58 +01:00
committed by Space Team
parent f5d0c22736
commit d2cfd247a5
+7
View File
@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../../gradle/libs.versions.toml"))
}
}
}