Skip to content

Commit aec0201

Browse files
committed
chore: install optional dependencies (required for swc)
* Use install script in Makefile
1 parent 8f843d2 commit aec0201

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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
9393
.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