We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redpanda.yaml.hbs
1 parent ed2c83d commit 1a2c25dCopy full SHA for 1a2c25d
packages/modules/redpanda/package.json
@@ -25,9 +25,8 @@
25
"access": "public"
26
},
27
"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/"
+ "prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE . && shx cp -r src/assets build",
+ "build": "tsc --project tsconfig.build.json"
31
32
"dependencies": {
33
"handlebars": "^4.7.8",
0 commit comments