Skip to content

Commit

Permalink
Add deps-cmd to compielr options (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifAndersen authored Nov 13, 2020
1 parent 6c9e70b commit 70867e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sidecar/src/figwheel_sidecar/schemas/cljs_options.clj
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ code in nodejs.
:target :nodejs")

(def-key ::deps-cmd

"Set the command to install node_modules.
Only \"npm\" and \"yarn\" supported.
:deps-cmd \"yarn\"")



(def-key ::infer-externs boolean?
"Experimental externs inference.
Expand Down Expand Up @@ -1116,6 +1126,7 @@ See the Closure Compiler Warning wiki for detailed descriptions.")
::verbose
::pretty-print
::target
::deps-cmd
::infer-externs
::foreign-libs
::externs
Expand Down

0 comments on commit 70867e9

Please sign in to comment.