Skip to content

Commit

Permalink
Fix make target test-protoplugin (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Dec 8, 2023
1 parent 360bdb9 commit 62f9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(BUILD)/protoplugin: $(BUILD)/protobuf node_modules tsconfig.base.json packages
@mkdir -p $(@D)
@touch $(@)

$(BUILD)/protoplugin-test: $(BUILD)/protoplugin $(GEN)/protoplugin-test node_modules tsconfig.base.json packages/protoplugin-test/tsconfig.json $(shell find packages/protoplugin-test/src -name '*.ts')
$(BUILD)/protoplugin-test: $(BUILD)/protoplugin $(GEN)/protoplugin-test $(BUILD)/upstream-protobuf node_modules tsconfig.base.json packages/protoplugin-test/tsconfig.json $(shell find packages/protoplugin-test/src -name '*.ts')
npm run -w packages/protoplugin-test clean
npm run -w packages/protoplugin-test build
@mkdir -p $(@D)
Expand Down

0 comments on commit 62f9ac4

Please sign in to comment.