Skip to content

Commit db9663b

Browse files
KristinAokifarhaanbukhsh
authored andcommitted
feat: add start:with-theme command
1 parent 7edac93 commit db9663b

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
@@ -17,6 +17,7 @@
1717
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
1818
"snapshot": "fedx-scripts jest --updateSnapshot",
1919
"start": "fedx-scripts webpack-dev-server --progress",
20+
"start:with-theme": "paragon install-theme && npm start && npm install",
2021
"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",
2122
"test": "NODE_ENV=test fedx-scripts jest --coverage --passWithNoTests",
2223
"test:watch": "fedx-scripts jest --watch --passWithNoTests",

0 commit comments

Comments
 (0)