Skip to content

Commit dd63530

Browse files
committed
Update Readme
1 parent b452b3e commit dd63530

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Arguments:
5353
- clean: Clean the build artifacts
5454
5555
[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
5757
5858
Options:
5959
-f, --filter <FILTER>
@@ -62,23 +62,24 @@ Options:
6262
-a, --after-build <AFTER_BUILD>
6363
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
6464
65-
-n, --no-timing <NO_TIMING>
66-
[possible values: true, false]
65+
-n, --no-timing
66+
6767
6868
-v, --verbose...
6969
Increase logging verbosity
7070
7171
-q, --quiet...
7272
Decrease logging verbosity
7373
74-
-c, --create-sourcedirs <CREATE_SOURCEDIRS>
74+
-c, --create-sourcedirs
7575
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]
7876
7977
--compiler-args <COMPILER_ARGS>
8078
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
8179
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
82+
8283
--rescript-version <RESCRIPT_VERSION>
8384
To be used in conjunction with compiler_args
8485
@@ -90,7 +91,6 @@ Options:
9091
9192
-V, --version
9293
Print version
93-
9494
```
9595

9696
# Contributing

0 commit comments

Comments
 (0)