Skip to content

Commit 8906657

Browse files
committed
exclude scripts
1 parent cdf01ff commit 8906657

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.scala-build/
33
.metals/
44
.vscode/
5+
bundle.zip

project.scala

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//> using scala 3.3.5
2+
//> using exclude scripts
3+
//> using toolkit 0.7.0
24
//> using test.dep org.scalameta::munit:1.1.0
35
//> using publish.organization "org.encalmo"
46
//> using publish.name "scala-aws-lambda-utils"

scripts/createReleaseBundle.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ call(
6161
println(s"${GREEN}Publishing package locally ...${RESET}")
6262

6363
val command =
64-
s"""scala-cli --power publish local project.scala --organization $organization --name $name --project-version $version $signer --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning"""
64+
s"""scala-cli --power publish local . --organization $organization --name $name --project-version $version $signer --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning"""
6565

6666
val (publishedFolder, coordinates) = {
6767
val ivyLocation = call(command).last.trim()

0 commit comments

Comments
 (0)