Skip to content

Commit ca4e20d

Browse files
committed
fix ENOSPC: no space left on device, write
https://github.com/zeit/now-builders/issues/89
1 parent 72955b2 commit ca4e20d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

now.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"version": 2,
3-
"builds": [{ "src": "package.json", "use": "@now/static-build" }]
3+
"builds": [{ "src": "package.json", "use": "@now/static-build" }],
4+
"config": { "useBuildUtils": "@now/build-utils@canary" }
45
}

0 commit comments

Comments
 (0)