From 9038afd7f130e188dd0fdaf75745413488b4f83e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Feb 2022 13:16:05 -0800 Subject: [PATCH] Changes npm install --- .github/workflows/lint-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index e1e66561..e8144a6b 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: Install modules - run: npm install dev-tools + run: npm install ./dev-tools # See .stylelintignore for files that are not linted. - name: Run stylelint