Skip to content

Commit

Permalink
fix: build only webrtc core on release
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3528 committed Jan 27, 2023
1 parent 36c6562 commit 6e4e702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"scripts": {
"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",
"build": "yarn workspace @webex/webrtc-core run build",
"test": "yarn workspace @webex/webrtc-core run test",
"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 6e4e702

Please sign in to comment.