diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 969b17a..fac1e2c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,4 +31,4 @@ jobs: - name: Run Lint run: | - npx eslint main.js \ No newline at end of file + npx eslint main.js --save-dev \ No newline at end of file