Skip to content

Commit 821cd19

Browse files
committed
chore: get npm logs
1 parent 4fdd2ce commit 821cd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/default/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "next build"
2+
command = "next build || { cat /opt/buildhome/.npm/_logs/* ; sleep 30 ; false; }"
33
publish = ".next"
44
ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../plugin; fi;"
55

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)