Skip to content

Commit 677951d

Browse files
authored
Merge pull request codeJunctionTeam#13 from codeJunctionTeam/configuringDeployment
Fixing build command
2 parents 985acf7 + 4530188 commit 677951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"ng": "ng",
1111
"start": "ng serve",
12-
"build": "ng build",
12+
"build": "ng build --base-href https://codejunctionteam.github.io/codeJunction-site/",
1313
"test": "ng test",
1414
"lint": "ng lint",
1515
"e2e": "ng e2e",

0 commit comments

Comments
 (0)