Skip to content

Commit

Permalink
build: assure package lock file is updated (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Apr 20, 2021
1 parent 4e56572 commit 59dfd4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ repos:
- typescript-eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
types: [file]
- repo: local
hooks:
- id: package-lock.json
name: package-lock.json must be in sync with package.json
entry: npm ci
always_run: true
language: node
pass_filenames: false
13 changes: 5 additions & 8 deletions package-lock.json

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

0 comments on commit 59dfd4a

Please sign in to comment.