Skip to content

Commit bf7af46

Browse files
authored
Update app-service-code.yml
Test clean before build
1 parent eae8b40 commit bf7af46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/app-service-code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: npm install and npm run build
2626
run: |
2727
npm install --force
28+
rm -rf .next # Clean the .next directory
2829
npm run build
2930
3031
- name: Copy static files

0 commit comments

Comments
 (0)