From 48e5a6d27fcb2bbd2d3588b8b7fd6b80bb4970c7 Mon Sep 17 00:00:00 2001 From: Dbroqua Date: Sat, 27 Mar 2021 17:52:42 +0100 Subject: [PATCH] Updated scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"