We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev
package.json
1 parent 63860e9 commit 9fbf25fCopy full SHA for 9fbf25f
package.json
@@ -16,6 +16,7 @@
16
"lint-fix": "fedx-scripts eslint --fix --ext .jsx,.js src/",
17
"semantic-release": "semantic-release",
18
"start": "fedx-scripts webpack-dev-server --progress",
19
+ "dev": "PUBLIC_PATH=/learner-dashboard/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
20
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests",
21
"quality": "npm run lint-fix && npm run test",
22
"watch-tests": "jest --watch",
0 commit comments