Skip to content

Commit

Permalink
Merge pull request #10 from milaboratory/fix/small-npm-packages
Browse files Browse the repository at this point in the history
drop compiled package archive from NPM package contents to reduce size
  • Loading branch information
DenKoren authored Dec 18, 2024
2 parents 1a28620 + 75ad7b6 commit 03371a6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/silver-beans-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@platforma-open/milaboratories.software-small-binaries.runenv-java-stub": patch
"@platforma-open/milaboratories.software-small-binaries.read-with-sleep": patch
"@platforma-open/milaboratories.software-small-binaries.guided-command": patch
"@platforma-open/milaboratories.software-small-binaries.hello-world": patch
"@platforma-open/milaboratories.software-small-binaries.sleep": patch
---

Drop compiled binary from contents of npm package
3 changes: 3 additions & 0 deletions guided-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"devDependencies": {
"@platforma-sdk/package-builder": "catalog:"
},
"files": [
"dist/"
],
"keywords": [],
"author": "",
"license": "UNLICENSED"
Expand Down
3 changes: 3 additions & 0 deletions hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"keywords": [],
"author": "",
"files": [
"dist/"
],
"license": "UNLICENSED"
}
3 changes: 3 additions & 0 deletions read-with-sleep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"keywords": [],
"author": "",
"files": [
"dist/"
],
"license": "UNLICENSED"
}
3 changes: 3 additions & 0 deletions runenv-java-stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
},
"keywords": [],
"author": "",
"files": [
"dist/"
],
"license": "UNLICENSED"
}
3 changes: 3 additions & 0 deletions sleep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"keywords": [],
"author": "",
"files": [
"dist/"
],
"license": "UNLICENSED"
}

0 comments on commit 03371a6

Please sign in to comment.