commit a4303fdbe6a66a3508c2605e9d0bcd1f3d079d8b parent 8159fa0e66bf0074de8921b0124193558fa68837 Author: iostpa <iostpa@iostpa.com> Date: Wed, 29 Jul 2026 12:53:56 +0300 chore: update workflow with npm files Diffstat:
| M | .github/workflows/publish.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: - main paths: - "src/*" - - "pnpm-lock.yaml" + - "package-lock.json" - "package.json" - "Dockerfile"