From 7ca8f515bbe8df8ce6b44ac319d73b4cffffc43e Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Thu, 14 Nov 2019 06:14:40 -0800 Subject: [PATCH] Remove buildsInSource --- esy.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esy.json b/esy.json index c207ac9..272ed04 100644 --- a/esy.json +++ b/esy.json @@ -8,8 +8,7 @@ }, "keywords": ["css", "flexbox", "layout", "reason"], "esy": { - "build": [["dune", "build", "--profile=release"]], - "buildsInSource": "_build" + "build": [["dune", "build", "--profile=release"]] }, "scripts": { "build:dev": "refmterr dune build --no-buffer",