Skip to content

Commit 409cbba

Browse files
author
Tyson Williams
committed
added step to build
1 parent ceda62e commit 409cbba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/setup-node@master
1616
with:
1717
node-version: 12.0.0
18+
- name: Build the package
19+
run: npm run build
1820
- name: Publish if version has been updated
1921
uses: pascalgn/npm-publish-action@1.3.3
2022
with: # Documentation of inputs https://github.com/marketplace/actions/publish-to-npm#inputs

0 commit comments

Comments
 (0)