mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-15 20:35:29 +01:00
Remove rimraf from build-demo script to try to avoid rare failures under GitHub Actions.
This commit is contained in:
parent
c4a7c87d69
commit
d032dc6b33
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"build-config-example": "node schema/build-config-example.js",
|
||||
"build-config-schema": "node schema/build-config-schema.js",
|
||||
"build-declaration": "tsc --allowJs --declaration --emitDeclarationOnly --resolveJsonModule lib/markdownlint.js && rimraf 'lib/{c,md,r}*.d.ts' 'helpers/*.d.ts'",
|
||||
"build-demo": "cpy node_modules/markdown-it/dist/markdown-it.min.js demo && cd demo && rimraf markdownlint-browser.* && webpack --no-stats",
|
||||
"build-demo": "cpy node_modules/markdown-it/dist/markdown-it.min.js demo && cd demo && webpack --no-stats",
|
||||
"build-example": "npm install --no-save --ignore-scripts grunt grunt-cli gulp through2",
|
||||
"ci": "npm-run-all --continue-on-error --parallel test-cover lint declaration build-config build-demo && git diff --exit-code",
|
||||
"clean-test-repos": "rimraf test-repos",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue