8000 chore: fix ci config · rescriptbr/react-query@8711630 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8711630

Browse files
committed
chore: fix ci config
1 parent e3aa44f commit 8711630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 14
1515
- run: yarn
16-
- run: yarn lib:compile
16+
- run: yarn rescript:build
1717

1818
publish-npm:
1919
needs: build
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: 14
2626
registry-url: https://registry.npmjs.org/
27-
- run: cd lib && npm publish --access=public
27+
- run: npm publish --access=public
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)
0