Remove no-longer-needed Protocol definition in schema compiler invocation

This commit is contained in:
Tony Garnock-Jones 2021-04-29 15:18:46 +02:00
parent a3a78bb39b
commit 4d89fe00d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"@preserves/schema": "^0.7.0"
},
"scripts": {
"regenerate": "rm -rf ./src/gen && preserves-schema-ts --module Actor=./src/runtime/actor.ts --module Protocol=./src/transport/protocol.ts --output ./src/gen './schemas/**/*.prs'",
"regenerate": "rm -rf ./src/gen && preserves-schema-ts --module Actor=./src/runtime/actor.ts --output ./src/gen './schemas/**/*.prs'",
"regenerate:watch": "yarn regenerate --watch",
"regenerate:bundle": "preserves-schemac './schemas/**/*.prs' > novy-syndicate.schema.bundle.bin",
"compile": "tsc",