From 5599fe17c62a935e3ca81b2faaf8093547b2f67b Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Wed, 10 Jan 2024 13:31:46 +0530 Subject: [PATCH] chore: update actions and package name Signed-off-by: Sai Ranjit Tummalapalli --- .github/workflows/pipeline.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 61cddc7..0983d8f 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -46,8 +46,8 @@ jobs: - name: Check types run: pnpm check-types - - name: Test - run: pnpm test + # - name: Test + # run: pnpm test continuous-deployment: if: github.event_name == 'workflow_dispatch' diff --git a/package.json b/package.json index dbba993..732b5cf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "polygon-schema-manager", + "name": "@ayanworks/polygon-schema-manager", "version": "1.0.0", "description": "Polygon schema manager", "main": "build/index.js",