Skip to content

Commit f4f0c16

Browse files
committed
add npm command
1 parent 50e386a commit f4f0c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
registry-url: "https://npm.pkg.github.com"
1616
# Defaults to the user or organization that owns the workflow file
1717
# scope: '@octocat'
18-
- run: npm
18+
- run: npm install
1919
- run: npm run build
2020

2121
publish-npm:

0 commit comments

Comments
 (0)