Skip to content

Commit 587de88

Browse files
author
Alian Rignack Quevedo
committed
Correct the dist folder for deployment
1 parent ebbfbd9 commit 587de88

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
@@ -8,7 +8,7 @@
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
11-
"build:ci": "ng build --prod --sourceMap=false --base-href /YOUR_REPOSITORY_NAME_HERE/"
11+
"build:ci": "ng build --prod --sourceMap=false --base-href /pwa-tutorial-gitconnected/",
1212
"test:ci": "ng test --watch=false --code-coverage --source-map true"
1313
},
1414
"private": true,

0 commit comments

Comments
 (0)