Skip to content

Commit 336c514

Browse files
committed
Install packages before npm build.
1 parent 3f6f0ee commit 336c514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
cd examples/server/webui
112112
git status
113113
114+
npm install
114115
npm run build
115116
git status
116117
modified_files="$(git status -s)"

0 commit comments

Comments
 (0)