diff --git a/package.json b/package.json index 4410f1f..3c3593b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build && ssh porto 'rm -r www/darkou.fr/carburants/static www/darkou.fr/carburants/precache-manifest*' && scp -r build/* porto:www/darkou.fr/carburants", + "build": "react-scripts build", + "deploy": "ssh porto 'rm -r www/darkou.fr/carburants/static www/darkou.fr/carburants/precache-manifest*' && scp -r build/* porto:www/darkou.fr/carburants:", "test": "react-scripts test", "lint": "./node_modules/.bin/eslint . --fix", "eject": "react-scripts eject"