From db9663b66497d0b2ee2cc312af1f64d85dac8ae3 Mon Sep 17 00:00:00 2001 From: KristinAoki Date: Tue, 11 Mar 2025 14:11:53 -0400 Subject: [PATCH] feat: add start:with-theme command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d8ee6e86..14a2e49e 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .", "snapshot": "fedx-scripts jest --updateSnapshot", "start": "fedx-scripts webpack-dev-server --progress", + "start:with-theme": "paragon install-theme && npm start && npm install", "dev": "PUBLIC_PATH=/learning/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "NODE_ENV=test fedx-scripts jest --coverage --passWithNoTests", "test:watch": "fedx-scripts jest --watch --passWithNoTests",