diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 01:48:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 01:48:17 -0600 |
| commit | 9d78947447777f84ec17e3f9947127aac9e4203c (patch) | |
| tree | eae3b50b216fa4a2b8d903c07896f856269fcc1c /.github | |
| parent | 42c53865990afb33696ad39f4cf2ffd63f7701c5 (diff) | |
remove duplicate CLI flag when calling npm i in CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2dfd81e..5ed5e9dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: if: matrix.primary run: | cd src/stylesheets - npm i --silent --no-audit --no-audit --no-fund --no-package-lock --no-progress + npm i --silent --no-audit --no-fund --no-package-lock --no-progress npm run lint npm run build cd - |
