diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e7af5243..82228ec2b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "js-test-karma": "karma start js/tests/karma.conf.js", "js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js && rollup --config js/tests/integration/rollup.bundle-modularity.js", "js-test-cloud": "cross-env BROWSER=true npm run js-test-karma", - "lint": "npm-run-all --parallel js-lint css-lint", + "lint": "npm-run-all --parallel js-lint css-lint lockfile-lint", "docs": "npm-run-all docs-build docs-lint", "docs-build": "hugo --cleanDestinationDir", "docs-compile": "npm run docs-build", @@ -55,6 +55,7 @@ "docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator", "docs-serve": "hugo server --port 9001 --disableFastRender", "docs-serve-only": "serve _gh_pages --listen 9001", + "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --validate-https --type npm --path package-lock.json", "update-deps": "ncu -a -x karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor", "release": "npm-run-all dist release-sri release-zip docs-production", "release-sri": "node build/generate-sri.js", @@ -118,6 +119,7 @@ "karma-jasmine-html-reporter": "^1.5.1", "karma-rollup-preprocessor": "^7.0.2", "linkinator": "^1.8.2", + "lockfile-lint": "^3.0.5", "node-sass": "^4.13.0", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", |
