Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit eca51d7

Browse files
committed
Add build step to CI
1 parent 25ee759 commit eca51d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- run: npm install
2323
- run: npm run lint
24+
- run: npm run build
2425
- run: npm run coverage
2526
- uses: coverallsapp/github-action@master
2627
with:

0 commit comments

Comments
 (0)