Skip to content

Commit

Permalink
fix: release script to not publish samples
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3528 committed Jan 27, 2023
1 parent 4e9891a commit 7f1ac08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Node.js Package

on:
push:
paths:
- "packages/**"
branches:
- main
- beta
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf packages/*/coverage && rm -rf packages/*/dist && rm samples/src/bundle.js",
"build": "yarn workspaces foreach run build",
"test": "yarn workspaces foreach run test",
"release": "yarn workspaces foreach run release",
"release": "yarn workspace @webex/webrtc-core run release",
"dev": "yarn workspace @webex/webrtc-core dev",
"start": "cd samples && yarn start"
},
Expand Down

0 comments on commit 7f1ac08

Please sign in to comment.