Skip to content

Commit

Permalink
Copy README and LICENSE from root to testcontainers package on pack
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco committed Aug 8, 2023
1 parent 55cba4d commit 0dcaef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"scripts": {
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"prepack": "shx cp ../../README.md . && shx cp ../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
Expand Down

0 comments on commit 0dcaef8

Please sign in to comment.