Skip to content

Commit 2de64c8

Browse files
committed
Oh lol
1 parent 09bf081 commit 2de64c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 12
18-
- run: npm ci
18+
- run: npm install json -g
19+
- run: npm install
1920
- run: npm test
2021

2122
publish-npm:

0 commit comments

Comments
 (0)