From 2140d8821d7ba67d65b1748fbbd7ce73e7e9b4b6 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:29:02 -0500 Subject: [PATCH] chore: add `dev` script to `package.json` (#530) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7b917ae..e564c26 100755 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "lint-fix": "fedx-scripts eslint --fix --ext .jsx,.js src/", "semantic-release": "semantic-release", "start": "fedx-scripts webpack-dev-server --progress", + "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", "test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests", "quality": "npm run lint-fix && npm run test", "watch-tests": "jest --watch",