Skip to content

Commit 125c990

Browse files
committed
feat(workflow): add build step to GitHub Actions workflow
1 parent 05a2682 commit 125c990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
21+
2122
- name: install dependencies
2223
run: npm i
2324

@@ -45,6 +46,9 @@ jobs:
4546
- name: install dependencies
4647
run: npm i
4748

49+
- name: build project
50+
run: npm run build
51+
4852
- name: Semantic Release
4953
env:
5054
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}

0 commit comments

Comments
 (0)