We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c354795 commit e7e26eeCopy full SHA for e7e26ee
2 files changed
.gitpod.yml
@@ -2,7 +2,7 @@ image:
2
file: .gitpod.dockerfile
3
tasks:
4
- init: echo no | npm install
5
- command: ng serve --port 8000
+ command: ng serve --port 8000 --disable-host-check
6
ports:
7
- port: 8000
8
onOpen: open-preview
.travis.yml
@@ -3,12 +3,6 @@ sudo: false
language: node_js
node_js:
- 10.16.0
-addons:
- apt:
- sources:
9
- - google-chrome
10
- packages:
11
- - google-chrome-stable
12
cache:
13
directories:
14
- $HOME/.npm
@@ -21,4 +15,4 @@ install:
21
15
- npm install
22
16
- npm ci
23
17
script:
24
- - npm run test -- --watch=false --no-progress --browsers=ChromeHeadlessNoSandbox
18
+ - npm run build
0 commit comments