Skip to content

Commit

Permalink
fe|FIX: Fix package.json and add build into ignore (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaveira3 authored Sep 25, 2019
1 parent 2f325f7 commit 29eb3fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ typings/
.env

tsuru.yml

build/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 29eb3fd

Please sign in to comment.