millicast / millicast-sdk

SDK for building a realtime broadcaster using the Millicast platform.
Other
39 stars 30 forks source link

Fix build tests #449

Closed gregdolby closed 1 month ago

gregdolby commented 1 month ago

This PR fixes npm run build/test/start. Moving forward let us make PR's into the nx-workspace-typescript branch from our own branch. And before we merge the PR validate that build, test, start work and that we have successful playback in the viewer demo app 'http://localhost:10002/?accountId=k9Mwad&streamName=multiview'

I also switched linting to only target millicast sdk package and not all demo apps for now.

Steps after this PR is merged:

  1. Fix all linting errors
  2. Validate that index.d.ts file generated from ts build matches the manual type file from v0
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 6ed4b34e1c0302dd136864a9ddc5bbfacc2f16e3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR