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 7edac93 commit db9663bCopy full SHA for db9663b
package.json
@@ -17,6 +17,7 @@
17
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
18
"snapshot": "fedx-scripts jest --updateSnapshot",
19
"start": "fedx-scripts webpack-dev-server --progress",
20
+ "start:with-theme": "paragon install-theme && npm start && npm install",
21
"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",
22
"test": "NODE_ENV=test fedx-scripts jest --coverage --passWithNoTests",
23
"test:watch": "fedx-scripts jest --watch --passWithNoTests",
0 commit comments