Skip to content

Commit a558c47

Browse files
committed
Fix publish npm command
1 parent db9a2de commit a558c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node_version: '12'
1919
- name: Build
20-
run: npn run build
20+
run: npm run build
2121
- name: Publish
2222
uses: JS-DevTools/npm-publish@v1
2323
with:

0 commit comments

Comments
 (0)