Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit edb9247

Browse files
committed
Add npm ci before build
1 parent 2286352 commit edb9247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/web-deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node-version: '12.x'
1717
- name: Build
1818
run: |
19+
npm ci
1920
npm run build:dev
2021
- name: Deploy at dev environment
2122
run: |

0 commit comments

Comments
 (0)