Skip to content

Commit 34e10e8

Browse files
committed
Added node_modules to CI
1 parent 1ae40a1 commit 34e10e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
name: lib
2323
path: lib
24+
- uses: actions/upload-artifact@master
25+
with:
26+
name: node_modules
27+
path: node_modules
2428

2529
publish-npm:
2630
needs: build
@@ -34,6 +38,9 @@ jobs:
3438
- uses: actions/download-artifact@v1
3539
with:
3640
name: lib
41+
- uses: actions/download-artifact@v1
42+
with:
43+
name: node_modules
3744
- run: npm publish
3845
env:
3946
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)