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 f3b5d69
Showing 1 changed file with 1 addition and 1 deletion.
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 f3b5d69

Please sign in to comment.