Skip to content

Commit 4355851

Browse files
committed
reverted changes
1 parent 0abd419 commit 4355851

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish_web_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2626
run: |
27-
npm run build-web-component && npm pack ./web-component
27+
npm run build-web-component
28+
npm pack ./web-component
2829
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
2930
npm publish project-sunbird-sunbird-video-player-web-component-* --access public
3031

0 commit comments

Comments
 (0)