fix: translate extract command (#1394)

Change how the translate extract command is run on build
This commit is contained in:
David Nguyen
2024-10-28 11:21:49 +09:00
committed by GitHub
parent b8310237e4
commit 5fcd8610c9
3 changed files with 2 additions and 5 deletions

View File

@ -34,9 +34,6 @@
"dependsOn": ["^build"],
"cache": false
},
"translate:extract": {
"cache": false
},
"translate:compile": {
"cache": false
}