Skip to content

Commit

Permalink
chore: remote proto folder - use shared folder instead
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Sep 30, 2024
1 parent 959872a commit 7ff3397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-evaluation-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Init
run: make init
run: |
make init
make copy_proto_generated_code

lint:
name: Lint
Expand Down
6 changes: 1 addition & 5 deletions evaluation/typescript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,4 @@ copy_proto_generated_code: clean_proto
.PHONY: clean_proto
clean_proto:
rm -rf $(SRC_DIR)/proto/**/*.{js,ts}
rm -rf $(SRC_DIR)/google/**/*.{js,ts}

.PHONY: gen_proto_check
gen_proto_check: gen_proto
test -z "$$(git diff --name-only | grep ".*pb_service\.d\.ts\|.*pb\.d\.ts\|.*pb_service\.js\|.*\.pb\.js")"
rm -rf $(SRC_DIR)/google/**/*.{js,ts}

0 comments on commit 7ff3397

Please sign in to comment.