0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-26 23:54:23 +01:00

Update start script

This commit is contained in:
Mark Otto 2025-02-26 09:40:05 -08:00
parent da26eef20d
commit ae339c006b

View File

@ -39,7 +39,7 @@
"sass": "scss/bootstrap.scss",
"style": "dist/css/bootstrap.css",
"scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"start": "npm-run-all --parallel watch astro-dev",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"css": "npm-run-all css-compile css-prefix css-rtl css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/bootstrap.scss:dist/css/bootstrap.css",