Skip to content

Commit 00fd891

Browse files
authored
Update ci.yml
1 parent 34fcecd commit 00fd891

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Setup Node.js environment
2626
uses: actions/[email protected]
2727

28-
# Runs a single command using the runners shell
2928
- name: Run build
30-
run: npm run build
29+
run: |
30+
npm install
31+
npm run build
32+

0 commit comments

Comments
 (0)