diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9ff8c1a..b096a93 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - name: Install Packages run: npm install - name: Lint - run: node run -s lint + run: npm run -s lint test: name: Test