diff --git a/package.json b/package.json index fc75b12..064ca03 100644 --- a/package.json +++ b/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"