Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit 3dce3e1

Browse files
committed
build
1 parent df6f7a4 commit 3dce3e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Test on node 12 and Windows
7+
name: Build on node 12 and Windows
88
runs-on: windows-latest
99

1010
steps:
@@ -22,6 +22,9 @@ jobs:
2222
- name: Linting
2323
run: yarn lint
2424

25+
- name: Building
26+
run: yarn build
27+
2528
- name: Archive production artifacts
2629
uses: actions/upload-artifact@v1
2730
with:

0 commit comments

Comments
 (0)