Browse Source

Metadata protobuf - don't require protoc for build

Leszek Wiesner 4 years ago
parent
commit
7634551cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      metadata-protobuf/package.json

+ 1 - 1
metadata-protobuf/package.json

@@ -9,7 +9,7 @@
   "license": "MIT",
   "private": false,
   "scripts": {
-    "build": "./compile.sh && tsc",
+    "build": "tsc",
     "compile": "./compile.sh",
     "generate-doc": "./generate-md-doc.sh",
     "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",