Add the css-copy and js-copy tasks before the build script.

This commit is contained in:
XhmikosR 2019-03-21 19:31:32 +02:00
parent aa3b4d33f8
commit 940b8da7a9
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
"lint": "npm-run-all --parallel js-lint css-lint",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
"docs": "npm-run-all css-docs js-docs docs-build docs-lint",
"predocs-build": "npm-run-all css-copy js-copy",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-production": "cross-env HUGO_ENV=production npm run docs-build",