From be0105be5ed532b8da4e9370e6e74e9c003e0440 Mon Sep 17 00:00:00 2001 From: imlaskar Date: Tue, 4 Apr 2023 03:31:48 +0530 Subject: [PATCH] feat(callhistory): Added git publish to npm -added test n remove circleCI 1 --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1ffb68d..3c8b001 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - run: yarn install + - run: npm install - run: npm run test:eslint - run: npm run test:coverage - - run: yarn build + - run: npm run build - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}