Skip to content

Commit

Permalink
fix(hls.js): remove vite workaround (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Feb 27, 2023
1 parent 3a68245 commit 0d2b8e4
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 17,953 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
cache: npm
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm install
- run: npm test

release:
Expand Down

2 comments on commit 0d2b8e4

@vercel
Copy link

@vercel vercel bot commented on 0d2b8e4 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input-codesandbox – ./example

sanity-plugin-mux-input-codesandbox-git-main.sanity.build
sanity-plugin-mux-input-codesandbox.sanity.build
mux-player-codesandbox.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 0d2b8e4 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input – ./

sanity-plugin-mux-input.sanity.build
sanity-plugin-mux-input-git-main.sanity.build

Please sign in to comment.