mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 13:35:10 +01:00
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "@trezor/analytics-docs",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"build-data": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "yarn workspace @trezor/analytics-docs build-data"
|
|
}
|
|
},
|
|
"dev": {
|
|
"executor": "nx:run-commands",
|
|
"dependsOn": ["build-data"],
|
|
"options": {
|
|
"command": "yarn workspace @trezor/analytics-docs dev"
|
|
}
|
|
}
|
|
}
|
|
}
|