Skip to content

Commit

Permalink
Update build command for release-pipeline (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustav Das Modak authored Oct 28, 2021
1 parent ee204e4 commit ed650f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run linter
run: npm run lint
- name: Build the library
run: npm run build:lib
run: npm run build
- name: Publish to NPM
run: npm run dopublish
env:
Expand Down

0 comments on commit ed650f5

Please sign in to comment.