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 a45fe13 commit 05685e0Copy full SHA for 05685e0
.github/workflows/pr-preview.yaml
@@ -162,7 +162,7 @@ jobs:
162
HARPER_PREVIEW_PASSWORD: ${{ secrets.HARPER_PREVIEW_PASSWORD }}
163
run: |
164
# Add your cleanup command here (e.g., harper undeploy or similar)
165
- npx harper drop-component \
+ npx harper drop_component \
166
target=${HARPER_PREVIEW_TARGET}:9925 \
167
username=$HARPER_PREVIEW_USERNAME \
168
password=$HARPER_PREVIEW_PASSWORD \
0 commit comments