Skip to content

Commit db615cb

Browse files
authored
Merge pull request #7 from easyauth-io/dev
Fix ci for npm publish
2 parents d1b287a + 808c973 commit db615cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ on:
99

1010
jobs:
1111
publish-npm:
12-
needs: build
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v3
1615
- uses: actions/setup-node@v3
1716
with:
1817
node-version: 16
1918
registry-url: https://registry.npmjs.org/
19+
- run: npm install
20+
- run: npm build-lib
2021
- run: npm ci
2122
- run: npm publish --access=public
2223
env:

0 commit comments

Comments
 (0)