mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-10 15:44:20 +01:00
Add docker-npm-install script for "npm install" within a container.
This commit is contained in:
parent
956b55b55e
commit
f111c10b18
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"clone-test-repos-large": "npm run clone-test-repos && cd test-repos && npm run clone-test-repos-dotnet-docs && npm run clone-test-repos-v8-v8-dev",
|
||||
"declaration": "npm run build-declaration && npm run test-declaration",
|
||||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint",
|
||||
"docker-npm-install": "docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install",
|
||||
"lint": "eslint --max-warnings 0 .",
|
||||
"lint-test-repos": "ava --timeout=5m test/markdownlint-test-repos.js",
|
||||
"test": "ava test/markdownlint-test.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue