|
9 | 9 | "scripts": { |
10 | 10 | "build": "fedx-scripts webpack", |
11 | 11 | "i18n_extract": "fedx-scripts formatjs extract --throws", |
12 | | - "build:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && fedx-scripts webpack", |
| 12 | + "build:with-theme": "paragon install-theme && fedx-scripts webpack && npm install", |
13 | 13 | "check-types": "tsc --noemit", |
14 | 14 | "eslint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .", |
15 | 15 | "lint": "npm run eslint && npm run check-types", |
16 | 16 | "lint:fix": "npm run eslint -- --fix", |
17 | 17 | "precommit": "npm run lint", |
18 | 18 | "prepublishOnly": "npm run build", |
19 | 19 | "postinstall": "patch-package", |
20 | | - "install-theme": "npm install \"@edx/brand@${THEME}\" --no-save", |
21 | 20 | "start": "fedx-scripts webpack-dev-server --progress", |
22 | 21 | "start:stage": "npm run start -- --config=webpack.dev-stage.config.js", |
23 | | - "start:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start", |
24 | | - "start:stage:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start:stage", |
| 22 | + "start:with-theme": "paragon install-theme && npm run start && npm install", |
| 23 | + "start:stage:with-theme": "paragon install-theme && npm run start:stage && npm install", |
25 | 24 | "debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage", |
26 | 25 | "test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests --maxWorkers=50%", |
27 | 26 | "test:watch": "npm run test -- --watch", |
|
0 commit comments