From 980af65bf876b9dff6423a9dd668ef4569908f5c Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Mon, 16 Oct 2023 20:45:22 +0200 Subject: [PATCH] Add pregenerate scripts --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7c5b5a25e..7077cbc00 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,6 @@ $(BUILD)/protoplugin-test: $(BUILD)/protoplugin $(GEN)/protoplugin-test node_mod @touch $(@) $(BUILD)/protoplugin-example: $(BUILD)/protoc-gen-es packages/protoplugin-example/buf.gen.yaml node_modules tsconfig.base.json packages/protoplugin-example/tsconfig.json $(shell find packages/protoplugin-example/src -name '*.ts') - npm run -w packages/protoplugin-example clean npm run -w packages/protoplugin-example generate npm run -w packages/protoplugin-example build @mkdir -p $(@D)