Update CI deploy configuration

This commit is contained in:
Thomas Nordquist
2019-01-14 14:06:12 +01:00
parent d4bb00262e
commit ac2387ed9b
5 changed files with 275 additions and 476 deletions

View File

@@ -10,7 +10,8 @@
"build": "cd app; npm run build; cd ..; cd backend; npm run build; cd ..",
"test-backend": "cd backend && npm run test && cd ..",
"prepare-release": "./prepare-release.sh",
"package": "ts-node package.ts"
"package": "ts-node package.ts",
"package-with-docker": "./package-with-docker.sh"
},
"repository": {
"type": "git",