mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: install optional dependencies (required for swc) (#335)
* chore: install optional dependencies (required for swc) * Use install script in Makefile * add trailing newline
This commit is contained in:
@@ -18,9 +18,6 @@ yarn_flags=(
|
||||
# Check if existing node_modules are valid
|
||||
# TODO: determine if this is necessary
|
||||
# --check-files
|
||||
|
||||
# Do not install optional dependencies
|
||||
--ignore-optional
|
||||
)
|
||||
|
||||
if [ -n "${CI:-}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user