Skip to content

Commit 1bfc4c1

Browse files
committed
fix: build command
1 parent 78905c3 commit 1bfc4c1

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
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888
run: |
8989
cd client
90-
npm ci
90+
npm i
9191
npm run build
9292
cd ..
9393

0 commit comments

Comments
 (0)