Skip to content

Commit e3ba76a

Browse files
authored
Merge pull request #8 from easyauth-io/dev
Fix ci
2 parents db615cb + 756853b commit e3ba76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 16
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install
20-
- run: npm build-lib
20+
- run: npm run build-lib
2121
- run: npm ci
2222
- run: npm publish --access=public
2323
env:

0 commit comments

Comments
 (0)