Skip to content

Commit 10fe38f

Browse files
committed
fix: github action npm install
1 parent 2f8bfc8 commit 10fe38f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/setup-node@v3
1010
with:
1111
node-version: 16.15.0
12+
- run: npm install
1213
- run: npm run test
1314
- run: npm run build
1415
- uses: JS-DevTools/npm-publish@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# apphook: Event-Driven Hook Engine
22

33
![npm](https://img.shields.io/npm/v/apphook)
4-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mr-kelly/apphook/npm-publish.yaml)
4+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mr-kelly/apphook/npm-publish)
55

66
`apphook` is a way to implant/modify other piece of code.
77

0 commit comments

Comments
 (0)