You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Arguments:
53
53
- clean: Clean the build artifacts
54
54
55
55
[FOLDER]
56
-
The relative path to where the main bsconfig.json resides. IE - the root of your project
56
+
The relative path to where the main rescript.json resides. IE - the root of your project
57
57
58
58
Options:
59
59
-f, --filter <FILTER>
@@ -62,23 +62,24 @@ Options:
62
62
-a, --after-build <AFTER_BUILD>
63
63
This allows one to pass an additional command to the watcher, which allows it to run when finished. For instance, to play a sound when done compiling, or to run a test suite. NOTE - You may need to add '--color=always' to your subcommand in case you want to output colour as well
64
64
65
-
-n, --no-timing <NO_TIMING>
66
-
[possible values: true, false]
65
+
-n, --no-timing
66
+
67
67
68
68
-v, --verbose...
69
69
Increase logging verbosity
70
70
71
71
-q, --quiet...
72
72
Decrease logging verbosity
73
73
74
-
-c, --create-sourcedirs <CREATE_SOURCEDIRS>
74
+
-c, --create-sourcedirs
75
75
This creates a source_dirs.json file at the root of the monorepo, which is needed when you want to use Reanalyze
76
-
77
-
[possible values: true, false]
78
76
79
77
--compiler-args <COMPILER_ARGS>
80
78
This prints the compiler arguments. It expects the path to a rescript.json file. This also requires --bsc-path and --rescript-version to be present
81
79
80
+
--dev
81
+
This is the flag to also compile development dependencies It's important to know that we currently do not discern between project src, and dependencies. So enabling this flag will enable building _all_ development dependencies of _all_ packages
0 commit comments