Skip to content

Commit 60e9f38

Browse files
authored
Merge pull request #1250 from consideRatio/pr/add-webpack-config-js-to-chartpress-yaml
ci fix: add webpack.config.js to chartpress.yaml
2 parents 6efa521 + 988aca0 commit 60e9f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm-chart/chartpress.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ charts:
3131
paths:
3232
- images/binderhub/requirements.txt
3333
- ../setup.py
34-
- ../package.json
3534
- ../binderhub
35+
- ../package.json
36+
- ../webpack.config.js
3637
valuesPath: image

0 commit comments

Comments
 (0)