diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1982aa75..9edf87c7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: node-version: 18 cache: "npm" - name: Install dependencies & generate css types - run: npm i --ci + run: npm ci - name: Check types run: npm run type:check