We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd77462 commit 8cc3b45Copy full SHA for 8cc3b45
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
node-version: 20
14
- run: npm install
15
- - run: npm build
+ - run: npm run build
16
- uses: JS-DevTools/npm-publish@v3
17
18
token: ${{ secrets.NPM_TOKEN }}
0 commit comments