We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b45be commit 535f200Copy full SHA for 535f200
package.json
@@ -17,7 +17,7 @@
17
"homepage": "https://coreui.io",
18
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
19
"scripts": {
20
- "start": "npm-run-all watch docs-serve",
+ "start": "npm-run-all --parallel watch docs-serve",
21
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
22
"css": "npm-run-all css-compile css-prefix css-minify",
23
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/",
0 commit comments