We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbfbd9 commit 587de88Copy full SHA for 587de88
package.json
@@ -8,7 +8,7 @@
8
"test": "ng test",
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
- "build:ci": "ng build --prod --sourceMap=false --base-href /YOUR_REPOSITORY_NAME_HERE/"
+ "build:ci": "ng build --prod --sourceMap=false --base-href /pwa-tutorial-gitconnected/",
12
"test:ci": "ng test --watch=false --code-coverage --source-map true"
13
},
14
"private": true,
0 commit comments