Skip to content

Commit 2140d88

Browse files
chore: add dev script to package.json (#530)
1 parent 63860e9 commit 2140d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lint-fix": "fedx-scripts eslint --fix --ext .jsx,.js src/",
1717
"semantic-release": "semantic-release",
1818
"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",
1920
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests",
2021
"quality": "npm run lint-fix && npm run test",
2122
"watch-tests": "jest --watch",

0 commit comments

Comments
 (0)