|
55 | 55 | "@format:optimization-detective",
|
56 | 56 | "@format:performance-lab",
|
57 | 57 | "@format:speculation-rules",
|
| 58 | + "@format:view-transitions", |
58 | 59 | "@format:web-worker-offloading",
|
59 | 60 | "@format:webp-uploads"
|
60 | 61 | ],
|
|
65 | 66 | "format:optimization-detective": "@format -- ./plugins/optimization-detective --standard=./plugins/optimization-detective/phpcs.xml.dist",
|
66 | 67 | "format:performance-lab": "@format -- ./plugins/performance-lab --standard=./plugins/performance-lab/phpcs.xml.dist",
|
67 | 68 | "format:speculation-rules": "@format -- ./plugins/speculation-rules --standard=./plugins/speculation-rules/phpcs.xml.dist",
|
| 69 | + "format:view-transitions": "@format -- ./plugins/view-transitions --standard=./plugins/view-transitions/phpcs.xml.dist", |
68 | 70 | "format:web-worker-offloading": "@format -- ./plugins/web-worker-offloading --standard=./plugins/web-worker-offloading/phpcs.xml.dist",
|
69 | 71 | "format:webp-uploads": "@format -- ./plugins/webp-uploads --standard=./plugins/webp-uploads/phpcs.xml.dist",
|
70 | 72 | "lint": "phpcs",
|
|
77 | 79 | "@lint:optimization-detective",
|
78 | 80 | "@lint:performance-lab",
|
79 | 81 | "@lint:speculation-rules",
|
| 82 | + "@lint:view-transitions", |
80 | 83 | "@lint:web-worker-offloading",
|
81 | 84 | "@lint:webp-uploads"
|
82 | 85 | ],
|
|
87 | 90 | "lint:optimization-detective": "@lint -- ./plugins/optimization-detective --standard=./plugins/optimization-detective/phpcs.xml.dist",
|
88 | 91 | "lint:performance-lab": "@lint -- ./plugins/performance-lab --standard=./plugins/performance-lab/phpcs.xml.dist",
|
89 | 92 | "lint:speculation-rules": "@lint -- ./plugins/speculation-rules --standard=./plugins/speculation-rules/phpcs.xml.dist",
|
| 93 | + "lint:view-transitions": "@lint -- ./plugins/view-transitions --standard=./plugins/view-transitions/phpcs.xml.dist", |
90 | 94 | "lint:web-worker-offloading": "@lint -- ./plugins/web-worker-offloading --standard=./plugins/web-worker-offloading/phpcs.xml.dist",
|
91 | 95 | "lint:webp-uploads": "@lint -- ./plugins/webp-uploads --standard=./plugins/webp-uploads/phpcs.xml.dist",
|
92 | 96 | "phpstan": "phpstan analyse --memory-limit=2048M",
|
|
102 | 106 | "@test-multisite:optimization-detective",
|
103 | 107 | "@test-multisite:performance-lab",
|
104 | 108 | "@test-multisite:speculation-rules",
|
| 109 | + "@test-multisite:view-transitions", |
105 | 110 | "@test-multisite:web-worker-offloading",
|
106 | 111 | "@test-multisite:webp-uploads"
|
107 | 112 | ],
|
|
112 | 117 | "test-multisite:optimization-detective": "@test-multisite --verbose --testsuite optimization-detective",
|
113 | 118 | "test-multisite:performance-lab": "@test-multisite --verbose --testsuite performance-lab",
|
114 | 119 | "test-multisite:speculation-rules": "@test-multisite --verbose --testsuite speculation-rules",
|
| 120 | + "test-multisite:view-transitions": "@test-multisite --verbose --testsuite view-transitions", |
115 | 121 | "test-multisite:web-worker-offloading": "@test-multisite --verbose --testsuite web-worker-offloading",
|
116 | 122 | "test-multisite:webp-uploads": "@test-multisite --verbose --testsuite webp-uploads",
|
117 | 123 | "test:plugins": [
|
|
122 | 128 | "@test:optimization-detective",
|
123 | 129 | "@test:performance-lab",
|
124 | 130 | "@test:speculation-rules",
|
| 131 | + "@test:view-transitions", |
125 | 132 | "@test:web-worker-offloading",
|
126 | 133 | "@test:webp-uploads"
|
127 | 134 | ],
|
|
132 | 139 | "test:optimization-detective": "@test --verbose --testsuite optimization-detective",
|
133 | 140 | "test:performance-lab": "@test --verbose --testsuite performance-lab",
|
134 | 141 | "test:speculation-rules": "@test --verbose --testsuite speculation-rules",
|
| 142 | + "test:view-transitions": "@test --verbose --testsuite view-transitions", |
135 | 143 | "test:web-worker-offloading": "@test --verbose --testsuite web-worker-offloading",
|
136 | 144 | "test:webp-uploads": "@test --verbose --testsuite webp-uploads"
|
137 | 145 | }
|
|
0 commit comments