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 d83913e commit e00d3dfCopy full SHA for e00d3df
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
npm run build:ngx-dashboard
36
npm run build:ngx-dashboard-widgets
37
echo "Building demo application with base-href: ${{ secrets.BASE_HREF }}"
38
- ng build demo --configuration production --base-href "${{ secrets.BASE_HREF }}"
+ npx ng build demo --configuration production --base-href "${{ secrets.BASE_HREF }}"
39
40
- name: Copy .htaccess to build output
41
run: cp projects/demo/.htaccess dist/demo/browser/
0 commit comments