Skip to content

Commit 837c488

Browse files
committed
feat: add start:with-theme command
1 parent 81b6211 commit 837c488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"postinstall": "patch-package",
1919
"snapshot": "fedx-scripts jest --updateSnapshot",
2020
"start": "fedx-scripts webpack-dev-server --progress",
21+
"start:with-theme": "paragon install-theme && npm start && npm install",
2122
"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",
2223
"test": "fedx-scripts jest --coverage --passWithNoTests",
2324
"test:watch": "fedx-scripts jest --watch --passWithNoTests",

0 commit comments

Comments
 (0)