diff options
| author | XhmikosR <[email protected]> | 2019-12-27 14:29:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 14:29:48 +0200 |
| commit | 167a93a0f31799d150b2e866625b676fbadf6b6c (patch) | |
| tree | c50556bbbfa4176636ca4b9632e1ee61c4c5d294 /package.json | |
| parent | 5c37724d4996c10eee931debfb60e57d99d7ab99 (diff) | |
| download | bootstrap-167a93a0f31799d150b2e866625b676fbadf6b6c.tar.xz bootstrap-167a93a0f31799d150b2e866625b676fbadf6b6c.zip | |
Add lockfile-lint (#29920)
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", |
