From 29eb3fdbf4708b80e4a2b00240a328cbe565d0c0 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Date: Wed, 25 Sep 2019 14:06:43 -0300 Subject: [PATCH] fe|FIX: Fix package.json and add build into ignore (#9) --- .gitignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67dc449..ac14522 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,5 @@ typings/ .env tsuru.yml + +build/ \ No newline at end of file diff --git a/package.json b/package.json index 710c2b4..9e70668 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "lint": "node_modules/eslint/bin/eslint.js --ext .js --ext .jsx ." + "lint": "node_modules/eslint/bin/eslint.js --ext .js --ext .jsx .", "test": "CI=true react-scripts test --env=jsdom", "eject": "react-scripts eject" },