File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
"e2e:debug" : " yarn node --experimental-vm-modules --inspect $(yarn bin jest) --config jest.e2e.config.cjs --watch --runInBand" ,
41
41
"update:examples" : " cross-env UPDATE_CODE_SNIPPETS=true yarn node --experimental-vm-modules $(yarn bin jest) --config jest.examples.config.cjs" ,
42
42
"test-bundle" : " node test-bundle/run.cjs && node test-bundle/run.mjs && node test-bundle/run-advanced.cjs" ,
43
- "test-legacy-bundle" : " nvs add 8 && $(nvs which 8 ) test-bundle/run.cjs && $(nvs which 8 ) test-bundle/run-advanced.cjs" ,
43
+ "test-legacy-bundle" : " nvs add 12.17 && $(nvs which 12.17 ) test-bundle/run.cjs && $(nvs which 12.17 ) test-bundle/run-advanced.cjs" ,
44
44
"docs" : " api-extractor run --local && rm docs/fast-check.api.json && typedoc --out docs src/fast-check-default.ts && node postbuild/main.cjs" ,
45
45
"docs-ci" : " cross-env EXPECT_GITHUB_SHA=true yarn docs" ,
46
46
"docs:serve" : " yarn dlx serve docs/"
You can’t perform that action at this time.
0 commit comments