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.
dev
package.json
1 parent 63860e9 commit 2140d88Copy full SHA for 2140d88
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