aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-21 19:31:32 +0200
committerXhmikosR <[email protected]>2019-03-24 10:34:41 +0200
commit940b8da7a931dc40a9e12195ec36db73dd715e72 (patch)
tree039d2e14de410636577ed75a1fd4086c82f64fff
parentaa3b4d33f832cc4fb2578b85900b011f75edad2a (diff)
downloadbootstrap-940b8da7a931dc40a9e12195ec36db73dd715e72.tar.xz
bootstrap-940b8da7a931dc40a9e12195ec36db73dd715e72.zip
Add the css-copy and js-copy tasks before the build script.
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 22a220734..0d9949774 100644
--- a/package.json
+++ b/package.json
@@ -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",