Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/modules/redpanda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
"access": "public"
},
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json",
"postpack": "shx cp -r src/assets build/"
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE . && shx cp -r src/assets build",
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"handlebars": "^4.7.8",
Expand Down