Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
584 stars 111 forks source link

Bug in swa-cli.config.schema.json #705

Open javier-lopez-1s opened 1 year ago

javier-lopez-1s commented 1 year ago

Bug in /schema/swa-cli.config.schema.json I believe in line 92 init should be replaced with build, because init has already been defined in line 61 and also because that property is accepting #/$defs/buildCommandParameters instead of #/$defs/initCommandParameters.

cjk7989 commented 12 months ago

@javier-lopez-1s Thanks for reporting, it sames you are right. Did you encounter any bugs caused by this issue?