Skip to content

Commit e00d3df

Browse files
committed
chore(ci): use npx to invoke Angular CLI in deploy workflow
1 parent d83913e commit e00d3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm run build:ngx-dashboard
3636
npm run build:ngx-dashboard-widgets
3737
echo "Building demo application with base-href: ${{ secrets.BASE_HREF }}"
38-
ng build demo --configuration production --base-href "${{ secrets.BASE_HREF }}"
38+
npx ng build demo --configuration production --base-href "${{ secrets.BASE_HREF }}"
3939
4040
- name: Copy .htaccess to build output
4141
run: cp projects/demo/.htaccess dist/demo/browser/

0 commit comments

Comments
 (0)