Prepare travis builds

This commit is contained in:
Thomas Nordquist
2019-01-13 03:52:28 +01:00
parent 7e28865a73
commit 37bb0b6ea1
4 changed files with 52 additions and 12 deletions

View File

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