Skip to content

Commit 8cc3b45

Browse files
authored
chore: add correct build step (#426)
1 parent bd77462 commit 8cc3b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 20
1414
- run: npm install
15-
- run: npm build
15+
- run: npm run build
1616
- uses: JS-DevTools/npm-publish@v3
1717
with:
1818
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)