Remove docs-clean script (#2760)

Jekyll removes files by default
pull/2754/head
XhmikosR 2020-06-01 21:14:30 +03:00 committed by GitHub
parent 0850fd8cb5
commit 82b6f062d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@
"css-lint": "stylelint \"build/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache",
"compile": "npm-run-all --parallel js css-all",
"dev": "npm-run-all --parallel watch sync",
"docs": "npm-run-all --sequential docs-clean docs-prepare docs-compile",
"docs-clean": "cd docs/ && bundle exec jekyll clean -d ../docs_html",
"docs": "npm-run-all --sequential docs-prepare docs-compile",
"docs-compile": "cd docs/ && bundle exec jekyll build -d ../docs_html",
"docs-serve": "cd docs/ && bundle exec jekyll serve",
"docs-prepare": "node build/npm/DocsPublish.js -v",