From f3894a5aeeb2031d45e867538f60a7ec3a0b7ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 27 Mar 2023 19:38:59 -0400 Subject: [PATCH] update git clean fix command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4830866bd20f..5f85d810c8cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: run: make -j prepublish-prepare-dts lint-ci - name: Ensure cwd does not contain uncommitted changes run: | - node ./scripts/assert-dir-git-clean.js code-quality + node ./scripts/assert-dir-git-clean.js "prepublish-prepare-dts lint-ci" test: name: Test on Node.js # GitHub will add ${{ matrix.node-version }} to this title