From f5ab165bf838c23ac577b0e4d1d1da7630ef73ae Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 24 Jun 2024 19:27:26 -0600 Subject: [PATCH] fix: Updated messages. --- package.json | 2 +- zmk-studio-messages | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3631d25..720d4be 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/zmk-studio-messages b/zmk-studio-messages index c7a11f8..78594a3 160000 --- a/zmk-studio-messages +++ b/zmk-studio-messages @@ -1 +1 @@ -Subproject commit c7a11f84b61513ede94c60a088eefcb6947f6fb6 +Subproject commit 78594a3500f37495cc6be42cc739c043f1b2533b