We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aa44f commit 8711630Copy full SHA for 8711630
1 file changed
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 14
15
- run: yarn
16
- - run: yarn lib:compile
+ - run: yarn rescript:build
17
18
publish-npm:
19
needs: build
@@ -24,6 +24,6 @@ jobs:
24
25
26
registry-url: https://registry.npmjs.org/
27
- - run: cd lib && npm publish --access=public
+ - run: npm publish --access=public
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments