Browse Source

fix deploy script

master
Jørgen Lien Sellæg 6 years ago
parent
commit
b2cc3c71c8
  1. 2
      package.json

2
package.json

@ -8,7 +8,7 @@
"serve": "sirv build --cors --single",
"dev": "preact watch",
"lint": "eslint src",
"deploy": "npm run build && ncftpput -R -u web@kultar.sout.no -p UNIiiP6iQv39Q94TuR7uKmfpfeIL0ZON guut.org / ./build"
"deploy": "npm run build && cd ./build && ncftpput -R -u web@kultar.sout.no -p UNIiiP6iQv39Q94TuR7uKmfpfeIL0ZON guut.org / ./ && cd .."
},
"eslintConfig": {
"extends": "eslint-config-synacor"

Loading…
Cancel
Save