We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb92d commit 2fa75ffCopy full SHA for 2fa75ff
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 20
18
- - run: npm run build
+ - run: npm install && npm run build
19
20
publish-npm:
21
needs: build
0 commit comments