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.
1 parent 8f843d2 commit 3c04c7fCopy full SHA for 3c04c7f
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
+.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