{
    "assets":{
        "type":"command",
        "command":{
            "cmd":[
                "tnpm install", 
                "npm run build",
                "mv ./dist $BUILD_DEST"
            ]
        }
    }
}