summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-12 01:48:17 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-12 01:48:17 -0600
commit9d78947447777f84ec17e3f9947127aac9e4203c (patch)
treeeae3b50b216fa4a2b8d903c07896f856269fcc1c /.github
parent42c53865990afb33696ad39f4cf2ffd63f7701c5 (diff)
remove duplicate CLI flag when calling npm i in CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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 -