Skip to content

Commit

Permalink
A custom domain?!?!
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfried committed Mar 9, 2024
1 parent 2fd645a commit 48f6a40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ghp": "ng build --configuration production --base-href /secret-scrublandeux/ && cp dist/index.html dist/404.html",
"build:ghp": "ng build --configuration production && echo d2scrub.land > dist/CNAME && cp dist/index.html dist/404.html",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ngh": "ng build --configuration production --base-href /secret-scrublandeux/ && cp dist/index.html dist/404.html && ngh",
"manifest": "node ./utils/update-definitions.js && node ./utils/parse-definitions.js"
},
"private": true,
Expand Down Expand Up @@ -70,4 +69,4 @@
"tslint": "~6.1.3",
"typescript": "4.9.5"
}
}
}

0 comments on commit 48f6a40

Please sign in to comment.