@aptre/common 0.14.6 → 0.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Makefile +1 -1
- package/package.json +1 -1
package/Makefile
CHANGED
|
@@ -107,7 +107,7 @@ genproto: protodeps
|
|
|
107
107
|
proto_name=$${proto_file%".proto"}; \
|
|
108
108
|
GO_FILES=$$(git ls-files ":(glob)$${proto_dir}/${proto_name}*.pb.go"); \
|
|
109
109
|
if [ -n "$$GO_FILES" ]; then FMT_GO_FILES+=($${GO_FILES[@]}); fi; \
|
|
110
|
-
TS_FILES=$$(git ls-files ":(glob)$${proto_dir}/${proto_name}
|
|
110
|
+
TS_FILES=$$(git ls-files ":(glob)$${proto_dir}/${proto_name}*.pb.ts"); \
|
|
111
111
|
if [ -n "$$TS_FILES" ]; then FMT_TS_FILES+=($${TS_FILES[@]}); fi; \
|
|
112
112
|
if [ -z "$$TS_FILES" ]; then continue; fi; \
|
|
113
113
|
for ts_file in $${TS_FILES}; do \
|