1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-26 02:04:08 +03:00

Merge branch 'develop' into from-modules-to-skills

This commit is contained in:
louistiti 2022-02-27 11:30:22 +08:00
commit 29b32f66f2
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -53,7 +53,7 @@
"docker:build": "docker build -t leonai/leon .",
"docker:run": "docker-compose up",
"docker:dev": "docker-compose --file=docker-compose.dev.yml up",
"docker:check": "docker run --rm -it leonai/leon npm run check"
"docker:check": "docker run --rm --interactive leonai/leon npm run check"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.18.0",