Skip to content

Commit 399804a

Browse files
author
Fabian Wiles
committed
fix(ci): correctly run build
1 parent 18807c3 commit 399804a

File tree

3 files changed

+6427
-2
lines changed

3 files changed

+6427
-2
lines changed

travis.yml renamed to .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_script:
1010
- yarn install --frozen-lockfile
1111

1212
script:
13-
- ng build --prod --bh "./"
13+
- yarn build
1414

1515
deploy:
1616
provider: pages

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8-
"build": "ng build --prod",
8+
"build": "ng build --prod --bh ./ ",
99
"test": "ng test",
1010
"lint": "ng lint --force",
1111
"e2e": "ng e2e"

0 commit comments

Comments
 (0)