UNPKG

@protobuf-ts/protoc

Version:

Installs the protocol buffer compiler "protoc" for you.

12 lines (11 loc) 230 B
{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "build": { "dependsOn": ["^build", "generate"], "inputs": ["*.js", "package.json"], "outputs": ["installed/**"] } } }