Skip to content

Commit 2f229c7

Browse files
authored
Merge pull request #39 from OneSignal/npm_publish_dist_fix
Run npm build before publish to get a dist folder.
2 parents 2bb0b04 + 44f7b4a commit 2f229c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
node-version: 18
1515
- name: Install Node types
1616
run: npm install @types/node
17+
- name: Run build
18+
run: npm run build
1719
- name: Publish package
1820
if: github.event_name == 'release' && github.event.action == 'created'
1921
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)