Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorArbuzov committed Mar 25, 2020
1 parent 4156586 commit 3345789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build && firebase deploy",
"save": "git add . && git commit -m \"fix\" && git psuh origin HEAD"
"save": "git add . && git commit -m \"fix\" && git push origin HEAD"
},
"dependencies": {
"core-js": "^3.4.3",
Expand Down

0 comments on commit 3345789

Please # to comment.