This is an automated email from the ASF dual-hosted git repository.
kranti pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/staging by this push:
new 96f21e4f7 npm clean fix
96f21e4f7 is described below
commit 96f21e4f7624f660d9d6cb4df4a590c483334e23
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 17:52:37 2025 -0500
npm clean fix
---
.github/workflows/deploy.yml | 2 +-
.github/workflows/stage.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index dd9751b46..37cc6fa72 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
- name: Build Apache Iggy Website
run: |
- npm run build -- --clean
+ npm run build --clean
- name: Copy ASF config
run: |
diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml
index 44a05d8fd..03b04905a 100644
--- a/.github/workflows/stage.yml
+++ b/.github/workflows/stage.yml
@@ -25,7 +25,7 @@ jobs:
- name: Build Apache Iggy Website
run: |
- npm run build -- --clean
+ npm run build --clean
- name: Copy ASF config
run: |