EAS equivalent to expo build:web?

Hello, we are looking at migrating our Expo app (managed workflow) from using the classic build system to the new EAS build. However, we currently build with the command expo build:web yet the EAS documentation only mentions building for iOS or Android.

Is there an equivalent command within the new EAS system?

We don’t have a way to do the web builds in the cloud yet. You can do them on your computer using expo build:web for now. We’ll probably try to add a way to do web builds in the cloud in the future but I don’t have a timeline for that.

Ok, thanks for the clarification