ci: use gitlab's review apps (using surge.sh)

Closes #42
This commit is contained in:
Jovan Krunić
2019-04-11 12:01:30 +02:00
parent a503811c1c
commit 83a2c85e05
3 changed files with 327 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
],
"scripts": {
"build": "ng build",
"build:prod": "ng build --prod",
"e2e": "ng e2e",
"docker:build": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm install && npm run build\"",
"docker:enter": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash",
@@ -82,6 +83,7 @@
"karma-jasmine-html-reporter": "1.4.0",
"karma-mocha-reporter": "2.2.5",
"protractor": "5.4.2",
"surge": "0.20.3",
"ts-node": "8.0.2",
"tslint": "5.13.1",
"typescript": "3.2.4"