diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de09dfd..3e082de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - name: Install dependencies run: npm ci - - name: Perfrom ESLint check + - name: Perform ESLint check run: npm run lint - - name: Perfrom Licenses check + - name: Perform Licenses check run: npm run check-licenses - name: Perform dependency check diff --git a/package.json b/package.json index b71975a5..3aae3f20 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lint": "eslint .", "lint:commit": "commitlint -e", "prepare": "node ./.husky/skip.js || husky", - "test": "npm run lint && npm run build-test && npm run unit", + "test": "npm run lint && npm run build-test && npm run unit && npm run depcheck", "unit": "ava", "unit-debug": "ava debug", "unit-update-snapshots": "ava --update-snapshots",