Skip to content

Commit 2b3150f

Browse files
authored
Update build.yml
1 parent aca12bd commit 2b3150f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
- name: Install client dependencies
3939
run: |
4040
cd client
41-
npm ci
41+
npm i
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: npm i
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Run build
51-
run: npm run build
51+
run: npm run build

0 commit comments

Comments
 (0)