|
91 | 91 | "license": "AGPL-3.0", |
92 | 92 | "scripts": { |
93 | 93 | "build": "fedx-scripts webpack", |
94 | | - "build:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run build", |
| 94 | + "build:with-theme": "paragon install-theme && npm run build && npm install", |
95 | 95 | "i18n_extract": "fedx-scripts formatjs extract --throws", |
96 | 96 | "check-types": "tsc --noEmit", |
97 | 97 | "lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .", |
98 | 98 | "lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .", |
99 | 99 | "precommit": "npm run lint", |
100 | 100 | "snapshot": "fedx-scripts jest --updateSnapshot", |
101 | | - "install-theme": "npm install \"@edx/brand@${THEME}\" --no-save", |
102 | 101 | "start": "fedx-scripts webpack-dev-server --progress", |
103 | 102 | "start:stage": "npm run start -- --config=webpack.dev-stage.config.js", |
104 | | - "start:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start", |
105 | | - "start:stage:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start:stage", |
| 103 | + "start:with-theme": "paragon install-theme && npm run start && npm install", |
| 104 | + "start:stage:with-theme": "paragon install-theme && npm run start:stage && npm install", |
106 | 105 | "test": "fedx-scripts jest --coverage --passWithNoTests --maxWorkers=50%", |
107 | 106 | "test:watch": "npm run test -- --watch", |
108 | 107 | "serve": "fedx-scripts serve", |
|
0 commit comments