@@ -85,19 +85,20 @@ are internal helpers and are not intended to be run directly.
8585
8686## Test and CI
8787
88- | Script | Description |
89- | -------------------------- | ------------------------------------------------------------------- |
90- | ` test ` | Run the most commonly needed tests. |
91- | ` test:base ` | Base tests. |
92- | ` test:all ` | Runs ` test:base ` , ` test:collector-sync ` , and ` test:edge-functions ` . |
93- | ` test:collector-sync ` | Collector-sync tests. |
94- | ` test:edge-functions ` | Node test runner over ` netlify/edge-functions/**/*.test.ts ` . |
95- | ` test:edge-functions:live ` | Optional ` node:test ` live suite; supports ` --help ` . |
96- | ` test-and-fix ` | Run fix scripts (excluding i18n/refcache/submodule), then checks. |
97- | ` diff:check ` | Warn if working tree has uncommitted changes. |
98- | ` diff:fail ` | Fail if working tree has changes (e.g. after build). |
99- | ` netlify-build:preview ` | ` build:preview ` then ` diff:check ` . |
100- | ` netlify-build:production ` | ` build:production ` then ` diff:check ` . |
88+ | Script | Description |
89+ | -------------------------- | ----------------------------------------------------------------- |
90+ | ` test ` | Run the most commonly needed tests. |
91+ | ` test:base ` | Base tests (same as ` check ` ). |
92+ | ` test:compound-tests ` | Runs compound ` test:*-* ` scripts. |
93+ | ` test:all ` | Runs ` test:base ` then ` test:compound-tests ` . |
94+ | ` test:collector-sync ` | Collector-sync tests. |
95+ | ` test:edge-functions ` | Node test runner over ` netlify/edge-functions/**/*.test.ts ` . |
96+ | ` test:edge-functions:live ` | Optional ` node:test ` live suite; supports ` --help ` . |
97+ | ` test-and-fix ` | Run fix scripts (excluding i18n/refcache/submodule), then checks. |
98+ | ` diff:check ` | Warn if working tree has uncommitted changes. |
99+ | ` diff:fail ` | Fail if working tree has changes (e.g. after build). |
100+ | ` netlify-build:preview ` | ` build:preview ` then ` diff:check ` . |
101+ | ` netlify-build:production ` | ` build:production ` then ` diff:check ` . |
101102
102103## Utilities
103104
0 commit comments