Skip to content

Commit

Permalink
feat(callhistory): Added git publish to npm -added test n remove circ…
Browse files Browse the repository at this point in the history
…leCI 1
  • Loading branch information
imlaskar authored and arun3528 committed Apr 3, 2023
1 parent 22d88b6 commit be0105b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit be0105b

Please sign in to comment.