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 b1d76a3 commit 1e6369cCopy full SHA for 1e6369c
Makefile
@@ -14,7 +14,8 @@ slim-lint:
14
rspec:
15
${prefix} rspec --format progress
16
npm-install:
17
- ${guide_dir} npm ci --silent
+ # FIXME: remove --legacy-peer-deps once the prototype components lib has been updated
18
+ ${guide_dir} npm ci --silent --legacy-peer-deps
19
nanoc-check-internal:
20
( ${guide_dir} ${prefix} nanoc check ${nanoc_internal_checks} )
21
nanoc-check-external:
0 commit comments