mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 13:51:28 +01:00
Add "git diff" check to end of test script for generated files.
This commit is contained in:
parent
607aa65024
commit
7128b3361a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"docker-npm-install": "docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install",
|
||||
"docker-npm-run-upgrade": "docker run --rm --tty --name npm-run-upgrade --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm run upgrade",
|
||||
"lint": "eslint *.js",
|
||||
"test": "npm run lint && npm run build",
|
||||
"test": "npm run lint && npm run build && git diff --exit-code",
|
||||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue