From fe3932271173def2c94b9b41053cf725d3537ec5 Mon Sep 17 00:00:00 2001 From: RayanHnide Date: Thu, 7 May 2026 20:34:06 +0400 Subject: [PATCH] chore: update npm publish command to ignore scripts Modify the publish command in the GitHub Actions workflow to include the --ignore-scripts flag, enhancing security during package publishing. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f3b482..b7e17c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,4 +90,4 @@ jobs: exit 0 fi - npm publish "$GH_PKG_DIR" --registry=https://npm.pkg.github.com + npm publish "$GH_PKG_DIR" --registry=https://npm.pkg.github.com --ignore-scripts