From ae339c006b1800f8c6872b74c792983d981a6016 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 26 Feb 2025 09:40:05 -0800 Subject: [PATCH] Update start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b267fb1ff..957f1ebe7a 100644 --- a/package.json +++ b/package.json @@ -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",