Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 10731c5

Browse files
committed
Upgrade test npm deps lockfile to version 2; bump rescript
1 parent 3eb8d7e commit 10731c5

File tree

3 files changed

+43
-10
lines changed

3 files changed

+43
-10
lines changed

test/package-lock.json

+37-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"dependencies": {
3-
"reason-react": "^0.9.1",
4-
"rescript": "9.1.0"
3+
"reason-react": "^0.9.1"
4+
},
5+
"devDependencies": {
6+
"rescript": "9.1.1"
57
},
68
"scripts": {
79
"build": "bsb -make-world",

test/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function exp {
44
echo "$(dirname $1)/expected/$(basename $1).txt"
55
}
66

7-
./node_modules/.bin/rescript build
7+
./node_modules/.bin/rescript
88
for file in src/**/*.res; do
9-
../_build/install/default/bin/rescript-editor-support.exe test $file &> $(exp $file)
9+
../lib/rescript-editor-support.exe test $file &> $(exp $file)
1010
done

0 commit comments

Comments
 (0)