Skip to content

Commit 1a2c25d

Browse files
Fix redpanda missing redpanda.yaml.hbs (#1105)
1 parent ed2c83d commit 1a2c25d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/modules/redpanda/package.json

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

0 commit comments

Comments
 (0)