Skip to content

Commit e44ac21

Browse files
author
Niek Raaijmakers
committed
Attempt to build project before publishing
1 parent dee62ff commit e44ac21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: 12
1616
- name: Install dependencies
1717
run: npm ci
18+
- name: Build the project
19+
run: npm run build-prod
1820
- name: Release module and publish it in github.com and npmjs.com
1921
env:
2022
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)