From 567d5dc500ea0ed49177dffa455d9363470412f1 Mon Sep 17 00:00:00 2001 From: Daniel Vassallo Date: Tue, 1 Oct 2019 08:57:50 -0700 Subject: [PATCH] Remove node version from netlify.toml --- netlify.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 759ed6b..e36d643 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,3 @@ [build] publish = "dist" - command = "npm run build" - -[build.environment] - NODE_VERSION = "12.3.1" \ No newline at end of file + command = "npm run build" \ No newline at end of file