mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Add the css-copy and js-copy tasks before the build script.
This commit is contained in:
parent
aa3b4d33f8
commit
940b8da7a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue