Skip to content

Commit

Permalink
Merge pull request #16 from dyte-io/fix-deploy-web-core-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan authored Oct 1, 2024
2 parents 98d2f1b + f0c4713 commit 3ba198b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: |
npm i
npm i --workspaces
# Always install web-core staging
npm i -w packages/core @dytesdk/web-core@staging
npm run build
- name: Deploy 🚀
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@dyteinternals/utils": "^1.7.10",
"@dytesdk/web-core": "2.1.0-staging.30",
"@dytesdk/web-core": "staging",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "^0.4.0",
Expand Down

0 comments on commit 3ba198b

Please sign in to comment.