|
16 | 16 | },
|
17 | 17 | "homepage": "https://github.com/Automattic/wp-calypso",
|
18 | 18 | "scripts": {
|
19 |
| - "dotcom-fse": "calypso-build --env source='dotcom-fse'", |
| 19 | + "dotcom-fse": "BROWSERSLIST_ENV=wpcom calypso-build --env source='dotcom-fse'", |
20 | 20 | "dev:dotcom-fse": "yarn run dotcom-fse",
|
21 | 21 | "build:dotcom-fse": "NODE_ENV=production yarn run dotcom-fse",
|
22 |
| - "posts-list-block": "calypso-build --env source='posts-list-block'", |
| 22 | + "posts-list-block": "BROWSERSLIST_ENV=wpcom calypso-build --env source='posts-list-block'", |
23 | 23 | "dev:posts-list-block": "yarn run posts-list-block",
|
24 | 24 | "build:posts-list-block": "NODE_ENV=production yarn run posts-list-block",
|
25 |
| - "common": "calypso-build --env source='common','common/data-stores','common/hide-plugin-buttons-mobile'", |
| 25 | + "common": "BROWSERSLIST_ENV=wpcom calypso-build --env source='common','common/data-stores','common/hide-plugin-buttons-mobile'", |
26 | 26 | "dev:common": "yarn run common",
|
27 | 27 | "build:common": "NODE_ENV=production yarn run common",
|
28 | 28 | "editor-site-launch": "npm-run-all --parallel editor-site-launch-*",
|
29 |
| - "editor-site-launch-button": "calypso-build --env source='editor-site-launch/launch-button'", |
30 |
| - "editor-site-launch-gutenboarding": "calypso-build --env source='editor-site-launch/gutenboarding-launch'", |
31 |
| - "editor-site-launch-focused": "calypso-build --env source='editor-site-launch/focused-launch'", |
| 29 | + "editor-site-launch-button": "BROWSERSLIST_ENV=wpcom calypso-build --env source='editor-site-launch/launch-button'", |
| 30 | + "editor-site-launch-gutenboarding": "BROWSERSLIST_ENV=wpcom calypso-build --env source='editor-site-launch/gutenboarding-launch'", |
| 31 | + "editor-site-launch-focused": "BROWSERSLIST_ENV=wpcom calypso-build --env source='editor-site-launch/focused-launch'", |
32 | 32 | "dev:editor-site-launch": "yarn run editor-site-launch",
|
33 | 33 | "build:editor-site-launch": "NODE_ENV=production yarn run editor-site-launch",
|
34 | 34 | "newspack-blocks": "npm run sync:newspack-blocks -- --nodemodules && npm-run-all --parallel newspack-blocks-*",
|
35 |
| - "newspack-blog-posts-block-editor": "calypso-build --env source='newspack-blocks/blog-posts-block-editor'", |
36 |
| - "newspack-blog-posts-block-view": "calypso-build --env source='newspack-blocks/blog-posts-block-view'", |
| 35 | + "newspack-blog-posts-block-editor": "BROWSERSLIST_ENV=wpcom calypso-build --env source='newspack-blocks/blog-posts-block-editor'", |
| 36 | + "newspack-blog-posts-block-view": "BROWSERSLIST_ENV=wpcom calypso-build --env source='newspack-blocks/blog-posts-block-view'", |
37 | 37 | "newspack-blocks-blog-posts-block": "npm-run-all --parallel newspack-blog-posts-block-*",
|
38 |
| - "newspack-carousel-block-editor": "calypso-build --env source='newspack-blocks/carousel-block-editor'", |
39 |
| - "newspack-carousel-block-view": "calypso-build --env source='newspack-blocks/carousel-block-view'", |
| 38 | + "newspack-carousel-block-editor": "BROWSERSLIST_ENV=wpcom calypso-build --env source='newspack-blocks/carousel-block-editor'", |
| 39 | + "newspack-carousel-block-view": "BROWSERSLIST_ENV=wpcom calypso-build --env source='newspack-blocks/carousel-block-view'", |
40 | 40 | "newspack-blocks-carousel-block": "npm-run-all --parallel newspack-carousel-block-*",
|
41 | 41 | "dev:newspack-blocks": "yarn run newspack-blocks",
|
42 | 42 | "build:newspack-blocks": "NODE_ENV=production yarn run newspack-blocks",
|
43 |
| - "starter-page-templates": "calypso-build --env source='starter-page-templates'", |
| 43 | + "starter-page-templates": "BROWSERSLIST_ENV=wpcom calypso-build --env source='starter-page-templates'", |
44 | 44 | "dev:starter-page-templates": "yarn run starter-page-templates",
|
45 | 45 | "build:starter-page-templates": "NODE_ENV=production yarn run starter-page-templates",
|
46 |
| - "event-countdown-block": "calypso-build --env source='event-countdown-block'", |
| 46 | + "event-countdown-block": "BROWSERSLIST_ENV=wpcom calypso-build --env source='event-countdown-block'", |
47 | 47 | "dev:event-countdown-block": "yarn run event-countdown-block",
|
48 | 48 | "build:event-countdown-block": "NODE_ENV=production yarn run event-countdown-block",
|
49 |
| - "global-styles": "calypso-build --env source='global-styles'", |
| 49 | + "global-styles": "BROWSERSLIST_ENV=wpcom calypso-build --env source='global-styles'", |
50 | 50 | "build:global-styles": "NODE_ENV=production yarn run global-styles",
|
51 | 51 | "dev:global-styles": "yarn run global-styles",
|
52 |
| - "jetpack-timeline": "calypso-build --env source='jetpack-timeline'", |
| 52 | + "jetpack-timeline": "BROWSERSLIST_ENV=wpcom calypso-build --env source='jetpack-timeline'", |
53 | 53 | "dev:jetpack-timeline": "yarn run jetpack-timeline",
|
54 | 54 | "build:jetpack-timeline": "NODE_ENV=production yarn run jetpack-timeline",
|
55 |
| - "wpcom-block-editor-nux": "calypso-build --env source='wpcom-block-editor-nux'", |
| 55 | + "wpcom-block-editor-nux": "BROWSERSLIST_ENV=wpcom calypso-build --env source='wpcom-block-editor-nux'", |
56 | 56 | "dev:wpcom-block-editor-nux": "yarn run wpcom-block-editor-nux",
|
57 | 57 | "build:wpcom-block-editor-nux": "NODE_ENV=production yarn run wpcom-block-editor-nux",
|
58 |
| - "wpcom-block-editor-welcome-tour": "calypso-build --env source='wpcom-block-editor-welcome-tour'", |
| 58 | + "wpcom-block-editor-welcome-tour": "BROWSERSLIST_ENV=wpcom calypso-build --env source='wpcom-block-editor-welcome-tour'", |
59 | 59 | "block-inserter-modifications": "npm-run-all --parallel block-inserter-modifications-*",
|
60 |
| - "block-inserter-modifications-contextual-tips": "calypso-build --env source='block-inserter-modifications/contextual-tips'", |
| 60 | + "block-inserter-modifications-contextual-tips": "BROWSERSLIST_ENV=wpcom calypso-build --env source='block-inserter-modifications/contextual-tips'", |
61 | 61 | "dev:block-inserter-modifications": "yarn run block-inserter-modifications",
|
62 | 62 | "build:block-inserter-modifications": "NODE_ENV=production yarn run block-inserter-modifications",
|
63 |
| - "wpcom-block-editor-nav-sidebar": "calypso-build --env source='wpcom-block-editor-nav-sidebar'", |
| 63 | + "wpcom-block-editor-nav-sidebar": "BROWSERSLIST_ENV=wpcom calypso-build --env source='wpcom-block-editor-nav-sidebar'", |
64 | 64 | "dev:wpcom-block-editor-nav-sidebar": "yarn run wpcom-block-editor-nav-sidebar",
|
65 | 65 | "build:wpcom-block-editor-nav-sidebar": "NODE_ENV=production yarn run wpcom-block-editor-nav-sidebar",
|
66 |
| - "block-patterns": "calypso-build --env source='block-patterns'", |
| 66 | + "block-patterns": "BROWSERSLIST_ENV=wpcom calypso-build --env source='block-patterns'", |
67 | 67 | "dev:block-patterns": "yarn run block-patterns",
|
68 | 68 | "build:block-patterns": "NODE_ENV=production yarn run block-patterns",
|
69 |
| - "whats-new": "calypso-build --env source='whats-new'", |
| 69 | + "whats-new": "BROWSERSLIST_ENV=wpcom calypso-build --env source='whats-new'", |
70 | 70 | "dev:whats-new": "yarn run whats-new",
|
71 | 71 | "build:whats-new": "NODE_ENV=production yarn run whats-new",
|
72 | 72 | "dev": "node bin/npm-run-build.js --dev",
|
|
0 commit comments