Skip to content

Commit 7c1ca77

Browse files
Copy Redpanda runtime assets during build (#1357)
1 parent eb24aed commit 7c1ca77

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/modules/redpanda/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"access": "public"
2626
},
2727
"scripts": {
28-
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE . && shx cp -r src/assets build",
29-
"build": "tsc --project tsconfig.build.json"
28+
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
29+
"build": "tsc --project tsconfig.build.json",
30+
"postbuild": "shx cp -r src/assets build"
3031
},
3132
"dependencies": {
3233
"handlebars": "^4.7.9",

0 commit comments

Comments
 (0)