Fix package.json

This commit is contained in:
Giovanni Giordano 2020-01-03 22:11:01 +01:00
parent f5c923ab01
commit d920b34af1

View File

@ -25,7 +25,7 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test --env=jsdom --passWithNoTests", "test": "react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"deploy": "react-scripts build && gh-pages -d build" "deploy": "react-scripts build && gh-pages -d build"
}, },
"browserslist": [ "browserslist": [