Skip to content

Commit ebbb8be

Browse files
committed
Migrate lockfiles to version 3
1 parent 2470f75 commit ebbb8be

File tree

13 files changed

+58
-190
lines changed

13 files changed

+58
-190
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ jobs:
312312
- name: Run tests
313313
run: node scripts/test.js -all
314314

315-
- name: Check for diffs in tests folder
316-
run: git diff --ignore-cr-at-eol --exit-code tests
317-
318315
- name: Run analysis / tools tests
319316
if: runner.os != 'Windows' && runner.os != 'Linux'
320317
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
@@ -323,6 +320,9 @@ jobs:
323320
if: runner.os != 'Windows'
324321
run: make -C tests/gentype_tests/typescript-react-example clean test
325322

323+
- name: Check for diffs in tests folder
324+
run: git diff --ignore-cr-at-eol --exit-code tests
325+
326326
- name: Run syntax benchmarks
327327
if: matrix.benchmarks
328328
run: ./_build/install/default/bin/syntax_benchmarks | tee tests/benchmark-output.json

tests/analysis_tests/tests-generic-jsx-transform/package-lock.json

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/analysis_tests/tests-generic-jsx-transform/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "tests-generic-jsx-transform",
23
"scripts": {
34
"build": "rescript",
45
"clean": "rescript clean -with-deps"

tests/analysis_tests/tests-incremental-typechecking/package-lock.json

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/analysis_tests/tests-incremental-typechecking/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "tests-incremental-typechecking",
23
"scripts": {
34
"build": "rescript",
45
"clean": "rescript clean -with-deps"

tests/analysis_tests/tests-reanalyze/deadcode/package-lock.json

Lines changed: 16 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/analysis_tests/tests-reanalyze/termination/package-lock.json

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)