ui/speech as well

pull/6896/head
Niklas Fiekas 2020-06-29 09:11:04 +02:00
parent 16c174ca58
commit b169ea66ea
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"dev": "yarn run compile",
"prod": "yarn run compile"
"dev": "yarn run compile && gulp dev",
"prod": "yarn run compile && gulp prod"
},
"devDependencies": {
"@build/tsProject": "2.0.0",