Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbd23dd

Browse files
authored
Merge branch 'main' into wsleak
2 parents 0d455cd + 3c04c7f commit bbd23dd

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)