Skip to content

Commit 211bd2f

Browse files
authored
Merge branch 'main' into feat/add-certification-process2
2 parents 9241655 + 6a1a676 commit 211bd2f

File tree

2 files changed

+234
-118
lines changed

2 files changed

+234
-118
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2323
restore-keys: |
2424
${{ runner.os }}-node-
25-
- name: Install dependencies
26-
run: npm install
27-
- name: build page
28-
run: npm run build
25+
26+
- name: Install dependencies and build page
27+
run: |
28+
npm ci
29+
npm run build

0 commit comments

Comments
 (0)