]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix `js-main` script. (#28057)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 15 Jan 2019 15:30:21 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 15:30:21 +0000 (17:30 +0200)
package.json

index 865c375c31181a5a29532c06c89bf0d1dde81633..d4d5943ff4367cf970fbb9fb27b878cfd32209ab 100644 (file)
@@ -42,7 +42,7 @@
     "css-prefix-docs": "postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\" \"site/docs/**/*.css\"",
     "js": "npm-run-all js-compile js-minify js-copy",
     "js-copy": "cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/",
-    "js-main": "npm-run-all js-lint js-compile-main js-minify-main",
+    "js-main": "npm-run-all js-lint js-compile js-minify-main",
     "js-docs": "npm-run-all js-lint-docs js-minify-docs",
     "js-compile": "npm-run-all --parallel js-compile-* --sequential js-copy",
     "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",