Skip to content

Commit fefd6d0

Browse files
authored
Merge pull request #42 from OneSignal/npmignore
Updated GitHub action and added .npmignore file.
2 parents ba7c5f4 + 392c6fa commit fefd6d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 18
15+
registry-url: 'https://registry.npmjs.org'
1516
- name: Install Node types
1617
run: npm install @types/node
1718
- name: Install dependencies and build

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)