Skip to content

Commit

Permalink
Package package.json as resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Oct 18, 2023
1 parent 27f13c7 commit cf7fe28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ build
out
*.md_
.vscode
bin
bin
src/main/resources/package.json
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ kotlin {
}

tasks {
copy {
from("package.json")
into("src/main/resources")
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit cf7fe28

Please sign in to comment.