mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 18:37:07 +00:00
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"assets": {
|
|
"type": "command",
|
|
"command": {
|
|
"cmd": [
|
|
"tnpm install",
|
|
"node scripts/fixDefVersion ./package.json",
|
|
"tnpm run build",
|
|
"node scripts/move-files-to-build-dest"
|
|
]
|
|
}
|
|
}
|
|
}
|