We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01363b3 commit f47b5cfCopy full SHA for f47b5cf
.github/workflows/cd-news-player.yml
@@ -40,6 +40,11 @@ jobs:
40
- name: Build
41
run: npm run build:packages
42
43
+ # @mux/mux-video-ads is not published so we need to update the dependency version to the gitpkg url.
44
+ # Do it here so we still automatically workspace symlink during development.
45
+ - name: Update NPM @mux/mux-video-ads version to gitpkg url
46
+ run: npm pkg set dependencies.@mux/mux-video-ads='https://gitpkg.vercel.app/muxinc/elements/packages/mux-video-ads?release-news-player' -w @mux/mux-player-react
47
+
48
- uses: fregante/setup-git-user@v2
49
- name: Append !dist to gitignore
50
run: echo '!dist' >> .gitignore
0 commit comments