Skip to content

Commit

Permalink
only generate cereal car and log capnp
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Dec 27, 2023
1 parent f002e46 commit f57656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"printWidth": 120
},
"scripts": {
"cereal": "capnpc -o ./packages/capnpc-ts/bin/capnpc-ts.js:./gen ./third_party/cereal/*capnp",
"cereal": "capnpc -o ./packages/capnpc-ts/bin/capnpc-ts.js:./gen ./third_party/cereal/car.capnp ./third_party/cereal/log.capnp",
"cereal2": "make build && capnpc -o ./packages/capnpc-ts/bin/capnpc-ts.js:./gen ./third_party/cereal/*capnp",
"benchmark": "make benchmark",
"build": "make build",
Expand Down

0 comments on commit f57656f

Please sign in to comment.