Browse Source

add deploy script, this should be fixed in the future

master
Jørgen Lien Sellæg 6 years ago
parent
commit
7cda9ad029
  1. 3
      package.json

3
package.json

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

Loading…
Cancel
Save