Updated scripts
This commit is contained in:
parent
7c2eaa9b0d
commit
48e5a6d27f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue