mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +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",
|
"lint": "npm-run-all --parallel js-lint css-lint",
|
||||||
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
|
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
|
||||||
"docs": "npm-run-all css-docs js-docs docs-build docs-lint",
|
"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-build": "hugo --cleanDestinationDir",
|
||||||
"docs-compile": "npm run docs-build",
|
"docs-compile": "npm run docs-build",
|
||||||
"docs-production": "cross-env HUGO_ENV=production npm run docs-build",
|
"docs-production": "cross-env HUGO_ENV=production npm run docs-build",
|
||||||
|
Reference in New Issue
Block a user