We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92faa01 commit 48ada9eCopy full SHA for 48ada9e
2 files changed
.github/workflows/publish_module.yml
@@ -19,7 +19,11 @@ jobs:
19
20
- name: Install dependencies
21
run: npm ci --legacy-peer-deps
22
-
+
23
+ - name: Install library dependencies
24
+ working-directory: ./projects/sunbird-video-player
25
+ run: npm ci --legacy-peer-deps
26
27
- name: Build and publish package
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/publish_web_component.yml
@@ -20,6 +20,10 @@ jobs:
0 commit comments