|
10 | 10 | "test": "tests" |
11 | 11 | }, |
12 | 12 | "scripts": { |
13 | | - "build": "ember build", |
14 | | - "build:production": "EMBER_ENV=production node scripts/download-panes.js && ember build --environment production && gulp compress:chrome && gulp compress:firefox && gulp clean-tmp", |
| 13 | + "build":"pnpm build:ember-debug && ember build", |
| 14 | + "build:ember-debug": "pnpm --filter ember-debug build", |
| 15 | + "build:production": "pnpm build:ember-debug && EMBER_ENV=production node scripts/download-panes.js && ember build --environment production && gulp compress:chrome && gulp compress:firefox && gulp clean-tmp", |
15 | 16 | "changelog": "github_changelog_generator -u emberjs -p ember-inspector --since-tag v3.8.0", |
16 | 17 | "compress:panes": "gulp compress:chrome-pane && gulp compress:firefox-pane && gulp compress:bookmarklet-pane", |
17 | 18 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto", |
|
28 | 29 | "serve:bookmarklet": "ember serve --port 9191", |
29 | 30 | "start": "ember serve", |
30 | 31 | "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\" --prefixColors auto", |
31 | | - "test:ember": "COVERAGE=true ember test", |
32 | | - "watch": "ember build --watch" |
| 32 | + "test:ember": "pnpm build:ember-debug && COVERAGE=true ember test", |
| 33 | + "watch-test": "pnpm '/test-watch:/'", |
| 34 | + "watch-test:ember-debug": "pnpm --filter ember-debug watch", |
| 35 | + "watch-test:inspector-ui": "ember test --serv", |
| 36 | + "watch": "pnpm '/watch:/'", |
| 37 | + "watch:inspector-ui": "ember build --watch", |
| 38 | + "watch:ember-debug": "pnpm --filter ember-debug watch" |
33 | 39 | }, |
34 | 40 | "dependencies": { |
35 | 41 | "got": "^11.8.6", |
|
0 commit comments