Remove docs-clean script (#2760)

Jekyll removes files by default
This commit is contained in:
XhmikosR
2020-06-01 21:14:30 +03:00
committed by GitHub
parent 0850fd8cb5
commit 82b6f062d3

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",