Skip to content

Commit

Permalink
update azure
Browse files Browse the repository at this point in the history
  • Loading branch information
la-neumann committed Jan 29, 2025
1 parent 3799099 commit d24253d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
build-and-deploy:
Expand All @@ -20,10 +21,15 @@ jobs:
with:
node-version: '20'

- name: Install dependencies and build
- name: Clean install dependencies
run: |
rm -rf node_modules
rm -f package-lock.json
npm install
npm install [email protected] [email protected] [email protected]
- name: Build
run: |
npm install -g vite
npm ci --legacy-peer-deps
npm run build
- name: Create deployment config files
Expand Down

0 comments on commit d24253d

Please sign in to comment.