Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f843d2 commit aec0201Copy full SHA for aec0201
Makefile
@@ -87,7 +87,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
87
.PHONY: provisionersdk/proto
88
89
site/out:
90
- cd site && yarn install
+ ./scripts/yarn_install.sh
91
cd site && yarn build
92
cd site && yarn export
93
.PHONY: site/out
scripts/yarn_install.sh
@@ -18,9 +18,6 @@ yarn_flags=(
18
# Check if existing node_modules are valid
19
# TODO: determine if this is necessary
20
# --check-files
21
-
22
- # Do not install optional dependencies
23
- --ignore-optional
24
)
25
26
if [ -n "${CI:-}" ]; then
0 commit comments