Skip to content

Commit

Permalink
fix: Updated messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 25, 2024
1 parent 4a0906f commit f5ab165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"generate": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/ --proto_path=./zmk-studio-messages/proto/zmk/ ./zmk-studio-messages/proto/zmk/*.proto",
"postinstall": "ls . ; if [ -e src/ ]; then echo 'UPDATE'; git submodule update --init; ls .; fi; npm run generate",
"postinstall": "ls . ; if [ -e src/ ]; then echo 'UPDATE'; git submodule update --init; ls .; npm run generate; npm run build; fi",
"build": "tsc --project tsconfig.build.json",
"clean": "rm -rf ./lib/",
"cm": "cz",
Expand Down
2 changes: 1 addition & 1 deletion zmk-studio-messages

0 comments on commit f5ab165

Please sign in to comment.