Skip to content

Commit b65405b

Browse files
yunxingjordwalke
authored andcommitted
Always use -use-ocamlfind in package.json
-use-ocamlfind has better support with ppx, we should enable it by default.
1 parent 8d19a8c commit b65405b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
"postinstall": "npm run reasonBuild",
3737
"buildHelp": "eval $(dependencyEnv) && nopam && rebuild --help",
38-
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -I src ./src/Test.native 2>&1 | refmterr",
38+
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -I src ./src/Test.native 2>&1 | refmterr",
3939
"reasonbuild": "npm run reasonBuild",
4040

4141
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",

0 commit comments

Comments
 (0)