Skip to content

Commit 461e7f6

Browse files
committed
replace npm install -> npm ci
1 parent 3aaf990 commit 461e7f6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ninja/ninja:
2727
ninja: ninja/ninja
2828

2929
node_modules/.bin/semver:
30-
npm install
30+
npm ci
3131

3232
test: lib
3333
node scripts/test.js -all

tests/analysis_tests/tests-generic-jsx-transform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript

tests/analysis_tests/tests-incremental-typechecking/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript > /dev/null || true

tests/analysis_tests/tests-reanalyze/deadcode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript

tests/analysis_tests/tests-reanalyze/termination/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript

tests/analysis_tests/tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript

tests/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
test:
4-
npm install
4+
npm ci
55
npm run lint
66
npm run build
77
npm run tsc

tests/tools_tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL = /bin/bash
22

33
node_modules/.bin/rescript:
4-
npm install
4+
npm ci
55

66
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript

0 commit comments

Comments
 (0)