Skip to content

Commit 40c6b07

Browse files
authored
Merge pull request #4 from DefinitelyTyped/rbuckton-patch-1
Update ci.yml
2 parents 34fcecd + 00fd891 commit 40c6b07

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)