Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): install lockfile-lint locally (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 4, 2023
1 parent 74c445a commit 7a0a808
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: npm run lint:licenses

- name: Run Lockfile Linter
run: npx lockfile-lint -p package-lock.json -t npm -a npm -s -n
run: npm run lint:lockfile

commit-lint:
name: Lint Commit Messages
Expand Down
87 changes: 84 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"jest:coverage": "jest --coverage",
"lint": "eslint . --cache --ext js,jsx,ts,tsx --ignore-path .gitignore",
"lint:licenses": "node scripts/license-checker.js",
"lint:lockfile": "lockfile-lint -p package-lock.json -t npm -a npm -s -i",
"lint:prettier": "prettier . -c -u",
"lint:prettier:fix": "prettier . -w -u",
"prepare": "husky install",
Expand Down Expand Up @@ -97,6 +98,7 @@
"is-html": "^2.0.0",
"jest": "^29.6.2",
"license-checker": "^25.0.1",
"lockfile-lint": "^4.12.0",
"nodemon": "^3.0.1",
"pino-pretty": "^10.2.0",
"playwright": "^1.36.2",
Expand Down

0 comments on commit 7a0a808

Please sign in to comment.