Skip to content

Commit 4a75ee2

Browse files
committed
revert npm ci
1 parent 461e7f6 commit 4a75ee2

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 ci
30+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
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 ci
4+
npm install
55

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

0 commit comments

Comments
 (0)