Commit 940b8da7 authored by XhmikosR's avatar XhmikosR
Browse files

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

parent aa3b4d33
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment