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 81b6211 commit 837c488Copy full SHA for 837c488
package.json
@@ -18,6 +18,7 @@
18
"postinstall": "patch-package",
19
"snapshot": "fedx-scripts jest --updateSnapshot",
20
"start": "fedx-scripts webpack-dev-server --progress",
21
+ "start:with-theme": "paragon install-theme && npm start && npm install",
22
"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",
23
"test": "fedx-scripts jest --coverage --passWithNoTests",
24
"test:watch": "fedx-scripts jest --watch --passWithNoTests",
0 commit comments