Skip to content

Commit f59fdb0

Browse files
authored
Update build.yml
test remove npm
1 parent dbc1f6f commit f59fdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Install project dependencies
3939
- name: Install dependencies
4040
run: |
41-
npm install # Install frontend dependencies
41+
# npm install # Install frontend dependencies
4242
go mod tidy # Ensure Go dependencies are up-to-date
4343
4444
# Build the Wails application for macOS

0 commit comments

Comments
 (0)