Skip to content

Commit

Permalink
chore: fix lockfile-lint source file
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Oct 5, 2019
1 parent c1f5926 commit ef4846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"lint": "eslint . && npm run lint:lockfile",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm yarn",
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
"lint:fix": "eslint . --fix",
"format": "prettier --config .prettierrc.js --write '**/*.js'",
"test": "jest",
Expand Down

0 comments on commit ef4846d

Please sign in to comment.