aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
174 stars 80 forks source link

remove quote in prettier script to make it work on Winodws OS #109

Closed eherozhao closed 2 years ago

eherozhao commented 2 years ago

Description

When I ran the project in the Windows environment, the prettier script failed since it had the quote which was not recognized by Windows OS. By removing it, it can work in both Windows and Mac environment.

Testing

Built the project in Windows 10 instance and local MacOS Catalina.

Submission Checklist

I confirm that I have...


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

JuliaABurch commented 2 years ago

What error was thrown?

eherozhao commented 2 years ago

What error was thrown?

https://stackoverflow.com/questions/48078281/run-prettier-on-windows Same like this.