Skip to content

Commit 1e3d6fd

Browse files
author
Fabian Wiles
committed
fix(deploy): add CNAME to the travis deployment
1 parent 399804a commit 1e3d6fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
angular.realworld.io

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 --bh ./ ",
8+
"build": "ng build --prod --bh ./ && cp CNAME dist/CNAME",
99
"test": "ng test",
1010
"lint": "ng lint --force",
1111
"e2e": "ng e2e"

0 commit comments

Comments
 (0)