]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add the css-copy and js-copy tasks before the build script.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 21 Mar 2019 17:31:32 +0000 (19:31 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 24 Mar 2019 08:34:41 +0000 (10:34 +0200)
package.json

index 22a2207343d3be51e7873eadcbcb12a1a29dbeb7..0d9949774e63682ce6b8b447f67f43960ce763d4 100644 (file)
@@ -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",