Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Jun 25, 2024
1 parent f295086 commit 5c7ac5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
for package in p2p-media-loader-core p2p-media-loader-hlsjs p2p-media-loader-shaka p2p-media-loader-demo; do
pnpm publish ./packages/$package/$package-$VERSION.tgz --access public --no-git-checks
done
pnpm publish --access public --no-git-checks --filter './packages/**'
1 change: 0 additions & 1 deletion packages/p2p-media-loader-hlsjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"types": "./lib/index.d.ts"
},
"sideEffects": false,
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 0 additions & 1 deletion packages/p2p-media-loader-shaka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"types": "./lib/index.d.ts"
},
"sideEffects": false,
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5c7ac5d

Please sign in to comment.