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.
1 parent 1680eb9 commit 63c4475Copy full SHA for 63c4475
.github/workflows/cd-matrix.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Update package.json with base href
112
run: |
113
- sed -i 's/--configuration production/--base-href=${{ matrix.base_href }} --configuration production/g' package.json
+ sed -i 's|--configuration production|--base-href=${{ matrix.base_href }} --configuration production|g' package.json
114
115
- name: Generate live-editing
116
run: npm ${{ matrix.custom_command }}
0 commit comments