Skip to content

Commit

Permalink
Merge pull request #42 from OneSignal/npmignore
Browse files Browse the repository at this point in the history
Updated GitHub action and added .npmignore file.
  • Loading branch information
kesheshyan authored Nov 15, 2022
2 parents ba7c5f4 + 392c6fa commit fefd6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install Node types
run: npm install @types/node
- name: Install dependencies and build
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules

0 comments on commit fefd6d0

Please sign in to comment.