diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 051d9d1..bf314aa 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -186,6 +186,7 @@ jobs: run: | make clean make cleanall + - run: exit 1 # TODO: delete this line when finished debugging. stalecheck-npm-install: # In this job, we are basically trying to check if `package-lock.json` is in # sync with `package-lock.json`.