mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Add the css-copy and js-copy tasks before the build script.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user