mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# Sync generated files (javascript and PR checks)
|
|
sync: build update-pr-checks
|
|
|
|
# Perform all necessary steps to update the PR checks
|
|
update-pr-checks:
|
|
pr-checks/sync.sh
|
|
|
|
# Transpile typescript code into javascript
|
|
build:
|
|
npm run build
|