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

Commit 71bdb0c

Browse files
author
Victor Navarro
committed
ci: build package setp
1 parent 48f85b1 commit 71bdb0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
if: ${{ matrix.node == 'with-node' }}
2121
- name: Install Dependencies
2222
run: yarn install
23+
- name: Build Package
24+
run: yarn build
2325
- name: Run Action
2426
uses: ./
2527
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/setup-node@v1
1414
- name: Install Dependencies
1515
run: yarn install
16+
- name: Build Package
17+
run: yarn build
1618
- name: Run Action
1719
uses: ./
1820
with:

0 commit comments

Comments
 (0)