Skip to content

Commit 8d6aa2a

Browse files
NPM should install before publish in CI
1 parent cae1058 commit 8d6aa2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/setup-node@master
1515
with:
1616
node-version: 14.0.0
17+
- name: Npm Install
18+
run: npm install
1719
- id: publish
1820
uses: JS-DevTools/npm-publish@v1
1921
with:

0 commit comments

Comments
 (0)