Skip to content

Commit

Permalink
feat: Import remote db to local db
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Ris committed May 18, 2021
1 parent e371a13 commit cf54f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "gulp",
"build": "gulp build --prod",
"dbimport": "sh ./shells/dbimport.sh",
"dbmigrate": "sh ./shells/dbmigration.sh"
"importRemoteDB-prod": "sh ./shells/dbmigration.sh prod && gulp getSql --prod && gulp replaceLocal --prod && sh ./shells/dbimport.sh",
"importRemoteDB-stage": "sh ./shells/dbmigration.sh stage && gulp getSql --stage && gulp replaceLocal --stage && sh ./shells/dbimport.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cf54f81

Please sign in to comment.