Skip to content

Commit 3c04c7f

Browse files
authored
chore: install optional dependencies (required for swc) (#335)
* chore: install optional dependencies (required for swc) * Use install script in Makefile * add trailing newline
1 parent 8f843d2 commit 3c04c7f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
8787
.PHONY: provisionersdk/proto
8888

8989
site/out:
90-
cd site && yarn install
90+
./scripts/yarn_install.sh
9191
cd site && yarn build
9292
cd site && yarn export
93-
.PHONY: site/out
93+
.PHONY: site/out

scripts/yarn_install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ yarn_flags=(
1818
# Check if existing node_modules are valid
1919
# TODO: determine if this is necessary
2020
# --check-files
21-
22-
# Do not install optional dependencies
23-
--ignore-optional
2421
)
2522

2623
if [ -n "${CI:-}" ]; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy